com.supermap.services.components.impl
Class MapDigestMapping
- java.lang.Object
-
- com.supermap.services.components.impl.MapDigestMapping
-
- All Implemented Interfaces:
- DigestMapping
public class MapDigestMapping extends java.lang.Object implements DigestMapping
Map Service Summary Mapping object class.
This class is used to obtain summary information about the corresponding map parameters in the map service component.
- Since:
- 6.1.3
-
-
Constructor Summary
Constructors Constructor and Description MapDigestMapping()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDigest(java.lang.Object object, java.lang.String name)Gets the summary information of map service.
-
-
-
Method Detail
-
getDigest
public java.lang.String getDigest(java.lang.Object object, java.lang.String name)Gets the summary information of map service.
- Specified by:
getDigestin interfaceDigestMapping- Parameters:
object- Business component objectname- Map name.- Returns:
- Summary information of map parameters
- Since:
- 6.1.3
-
-