com.supermap.services.providers

Class ArcGISMapMetaData

  • java.lang.Object
    • com.supermap.services.providers.ArcGISMapMetaData


  • public class ArcGISMapMetaData
    extends java.lang.Object
    
    The map meta information of Arcgis REST service.
    • Field Detail

      • currentVersion

        public java.lang.String currentVersion
        
        ArcGIS service version.
      • mapName

        public java.lang.String mapName
        
        The name of map.
      • description

        public java.lang.String description
        
        Service description.
      • singleFusedMapCache

        public boolean singleFusedMapCache
        
        Whether it is Single fused cache cache mode.
      • units

        public java.lang.String units
        
        Map unit.
      • initialExtent

        public ArcGISMapExtend initialExtent
        
        Initialize the map range.
      • supportedImageFormatTypes

        public java.lang.String supportedImageFormatTypes
        
        Supported image formats.
    • Constructor Detail

      • ArcGISMapMetaData

        public ArcGISMapMetaData()