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.String getDigest(java.lang.Object object, java.lang.String name)
      Gets the summary information of map service.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapDigestMapping

        public MapDigestMapping()
        
    • 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:
        getDigest in interface DigestMapping
        Parameters:
        object - Business component object
        name - Map name.
        Returns:
        Summary information of map parameters
        Since:
        6.1.3