public class OTSTileProviderSetting extends MapProviderSetting
Modifier and Type | Field and Description |
---|---|
java.lang.String |
accessKeyId
KeyId
|
java.lang.String |
accessKeySecret
KeySecret
|
boolean |
fromPublic
Whether from the public network access
|
java.lang.String |
instanceName
Instance name
|
java.lang.String |
mapName
Map name.
|
java.lang.String |
nodeName
Ali cloud node name
|
java.lang.String |
tilesetName
The slice set name.
|
dataPrjCoordSysType, watermark
Constructor and Description |
---|
OTSTileProviderSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
public java.lang.String mapName
Optional parameters.
public java.lang.String tilesetName
Optional parameters. The names of the maps are the same, but its size, transparency, scale, etc. may be different, so use a slice set name to uniquely identify a slice set.
public java.lang.String nodeName
public java.lang.String instanceName
public java.lang.String accessKeyId
public java.lang.String accessKeySecret
public boolean fromPublic