public class UGCPlotProviderSetting
extends java.lang.Object
implements java.io.Serializable
SuperMap dynamic mapping service provider setting class.
Used to set up SuperMap dynamic plotting service provider information.
Constructor and Description |
---|
UGCPlotProviderSetting()
The Constructor.
|
UGCPlotProviderSetting(UGCPlotProviderSetting plotSetting)
Construct a UGCPlotProviderSetting object by dynamically plotting the service provider configuration information with SuperMap.
|
Modifier and Type | Method and Description |
---|---|
UGCPlotProviderSetting |
clone() |
boolean |
equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
|
java.lang.String |
getSymbolIconOutputPath()
Gets the output path of the label Icon.
|
java.lang.String |
getSymbolIconOutputSite()
Gets the label to publish the site.
|
java.lang.String[] |
getSymbolLibPaths()
Gets the tag library path and its associated Icon path.
|
int |
hashCode()
Gets the hash value of the object instance
|
void |
setSymbolIconOutputPath(java.lang.String symbolIconOutputPath)
Sets the output path of the label Icon.
|
void |
setSymbolIconOutputSite(java.lang.String symbolIconOutputSite)
Sets the label to publish the site.
|
void |
setSymbolLibPaths(java.lang.String[] symbolLibPaths)
Sets the label library path.
|
public UGCPlotProviderSetting()
The Constructor.
public UGCPlotProviderSetting(UGCPlotProviderSetting plotSetting)
Construct a UGCPlotProviderSetting object by dynamically plotting the service provider configuration information with SuperMap.
plotSetting
- SuperMap dynamic plotting service provider information.public void setSymbolLibPaths(java.lang.String[] symbolLibPaths)
Sets the label library path.
symbolLibPaths
- the label library path.public java.lang.String[] getSymbolLibPaths()
Gets the tag library path and its associated Icon path.
public void setSymbolIconOutputPath(java.lang.String symbolIconOutputPath)
Sets the output path of the label Icon.
symbolIconOutputPath
- the icon's output path.public java.lang.String getSymbolIconOutputPath()
Gets the output path of the label Icon.
public void setSymbolIconOutputSite(java.lang.String symbolIconOutputSite)
Sets the label to publish the site.
symbolIconOutputSite
- label Icon publishing site.public java.lang.String getSymbolIconOutputSite()
Gets the label to publish the site.
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
equals
in class java.lang.Object
obj
- the object that is compared with the current object.public int hashCode()
hashCode
in class java.lang.Object
public UGCPlotProviderSetting clone()
clone
in class java.lang.Object