public class BingMapsMapProviderSetting extends MapProviderSetting
BingMaps Map service provider configuration object.
The object used for BingMaps service providers need the relevant parameters of information.
dataPrjCoordSysType, watermark
Constructor and Description |
---|
BingMapsMapProviderSetting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
To determine whether the two objects are equal.
|
java.lang.String |
getApiKey()
Gets the key of BingMaps.
|
java.lang.String |
getBingmapsRootUrl() |
boolean |
getCacheEnabled()
Whether to use cache.
|
java.lang.String |
getImagerySet()
Gets the map set name for BingMaps.
|
java.lang.String |
getMapVersion()
BingMaps map version, such as "v0", "v1".
|
int |
hashCode()
Gets the hash value of the object instance
|
boolean |
isUseTileImage() |
void |
setApiKey(java.lang.String apiKey)
Sets the key of BingMaps.
|
void |
setBingmapsRootUrl(java.lang.String bingmapsRootUrl) |
void |
setCacheEnable(boolean cacheEnable)
Deprecated.
|
void |
setCacheEnabled(boolean cacheEnabled)
Sets whether to use caching
|
void |
setImagerySet(java.lang.String imagerySet)
Sets the map set name for BingMaps.
|
void |
setMapVersion(java.lang.String mapVersion)
Sets BingMaps map version, such as "v0", "v1".
|
void |
setUseTileImage(boolean useTileImage) |
getCacheMode, getCacheVersion, getName, getOutputPath, getOutputSite, getWatermark, setCacheMode, setCacheVersion, setName, setOutputPath, setOutputSite, setWatermark
@Deprecated public void setCacheEnable(boolean cacheEnable)
setCacheEnabled(boolean)
Sets whether to use caching.
cacheEnable
- Whether to use cachingpublic java.lang.String getApiKey()
Gets the key of BingMaps. Access to the BingMaps map service requires a key.
public void setApiKey(java.lang.String apiKey)
Sets the key of BingMaps. Access to the BingMaps map service requires a key.
apiKeyBingMap
- key.public java.lang.String getImagerySet()
Gets the map set name for BingMaps. BingMaps provides "Aerial", "AerialWithLables", "Birdseye", "BirdseyeWithLables", "Road" several datasets, respectively, corresponding to different types of map services.
public void setImagerySet(java.lang.String imagerySet)
Sets the map set name for BingMaps. BingMaps provides "Aerial", "AerialWithLables", "Birdseye", "BirdseyeWithLables", "Road" several datasets, respectively, corresponding to different types of map services.
imagerySetBingMaps
- map set name.public java.lang.String getMapVersion()
BingMaps map version, such as "v0", "v1".
public void setMapVersion(java.lang.String mapVersion)
Sets BingMaps map version, such as "v0", "v1".
mapVersion
- version number.public void setUseTileImage(boolean useTileImage)
public boolean isUseTileImage()
public boolean equals(java.lang.Object obj)
To determine whether the two objects are equal.
equals
in class java.lang.Object
obj
- the object to be compared.public boolean getCacheEnabled()
public void setCacheEnabled(boolean cacheEnabled)
cacheEnabled
-public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getBingmapsRootUrl()
public void setBingmapsRootUrl(java.lang.String bingmapsRootUrl)