public class UGCMapSetting
extends java.lang.Object
implements java.io.Serializable
SuperMap map settings class.
Used to set up SuperMap maps.
Constructor and Description |
---|
UGCMapSetting() |
Modifier and Type | Method and Description |
---|---|
Style |
getLineStyle()
Gets line style.
|
java.lang.String |
getMapName()
Gets the map name.
|
Style |
getPointStyle()
Gets point style.
|
Style |
getRegionStyle()
Gets polygon style.
|
void |
setLineStyle(Style lineStyle)
Sets the line style.
|
void |
setMapName(java.lang.String mapName)
Set the map name.
|
void |
setPointStyle(Style pointStyle)
Sets point style.
|
void |
setRegionStyle(Style regionStyle)
Sets the surface style.
|
public void setMapName(java.lang.String mapName)
Set the map name.
mapName
- map name.public java.lang.String getMapName()
Gets the map name.
public void setPointStyle(Style pointStyle)
Sets point style.
pointStyle
- point style.public Style getPointStyle()
Gets point style.
public void setLineStyle(Style lineStyle)
Sets the line style.
lineStyle
- line style.public Style getLineStyle()
Gets line style.
public void setRegionStyle(Style regionStyle)
Sets the surface style.
regionStyle
- polygon style.public Style getRegionStyle()
Gets polygon style.