com.supermap.services.providers
Class GDPMapProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.MapProviderSetting
-
- com.supermap.services.providers.GDPMapProviderSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class GDPMapProviderSetting extends MapProviderSetting
GDP the map service provider configuration.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringboundsMap range.doubledpidpi.java.lang.StringfilesPathGDP file directory.OutputFormatformatImage Format.java.lang.StringmapNameDeprecated.inttileSizeSlice size.doublezoom0ScaleDenatorLevel 0 scale denominator.-
Fields inherited from class com.supermap.services.components.spi.MapProviderSetting
dataPrjCoordSysType, watermark
-
-
Constructor Summary
Constructors Constructor and Description GDPMapProviderSetting()
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)inthashCode()-
Methods inherited from class com.supermap.services.components.spi.MapProviderSetting
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
-
-
-
-
Field Detail
-
filesPath
public java.lang.String filesPath
GDP file directory.
-
bounds
public java.lang.String bounds
Map range.
Default: -20037508.3427892440,-20037508.3427892440,20037508.3427892440,20037508.3427892440.
-
dpi
public double dpi
dpi.
Default: 96.
-
tileSize
public int tileSize
Slice size.
-
format
public OutputFormat format
Image Format.
-
zoom0ScaleDenator
public double zoom0ScaleDenator
Level 0 scale denominator.
Default: 5.916587109091312E8
-
mapName
@Deprecated public java.lang.String mapName
Deprecated.Map name.
The default is
# filePathdirectory name.
-
-