com.supermap.services.providers
Class ArcGISMapMetaData
- java.lang.Object
-
- com.supermap.services.providers.ArcGISMapMetaData
-
public class ArcGISMapMetaData extends java.lang.ObjectThe map meta information of Arcgis REST service.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringcurrentVersionArcGIS service version.java.lang.StringdescriptionService description.ArcGISMapExtendfullExtentFull map range.ArcGISMapExtendinitialExtentInitialize the map range.ArcGISLayer[]layersSub-layer set.java.lang.StringmapNameThe name of map.booleansingleFusedMapCacheWhether it is Single fused cache cache mode.ArcGISSpatialReferencespatialReferenceSpace reference.java.lang.StringsupportedImageFormatTypesSupported image formats.ArcGISTileInfotileInfoSlice information.java.lang.StringunitsMap unit.
-
Constructor Summary
Constructors Constructor and Description ArcGISMapMetaData()
-
-
-
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.
-
spatialReference
public ArcGISSpatialReference spatialReference
Space reference.
-
units
public java.lang.String units
Map unit.
-
fullExtent
public ArcGISMapExtend fullExtent
Full map range.
-
initialExtent
public ArcGISMapExtend initialExtent
Initialize the map range.
-
tileInfo
public ArcGISTileInfo tileInfo
Slice information.
-
supportedImageFormatTypes
public java.lang.String supportedImageFormatTypes
Supported image formats.
-
layers
public ArcGISLayer[] layers
Sub-layer set.
-
-