public class UGCRealspaceProviderSetting extends RealspaceProviderSetting implements java.io.Serializable, MultiInstanceSupported
SuperMap 3D service provider set the object.
Used to set up general configuration information for SuperMap 3D service providers.
Constructor and Description |
---|
UGCRealspaceProviderSetting()
The Constructor.
|
UGCRealspaceProviderSetting(UGCRealspaceProviderSetting ugcRealspaceProviderSetting)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
UGCRealspaceProviderSetting |
clone() |
boolean |
equals(java.lang.Object obj)
Determines whether the specified object is equal to the
UGCRealspaceProviderSetting object. |
java.lang.String |
getOutput()
Returns the list of 3D caches.
|
java.lang.String |
getWorkspacePath()
Gets the SuperMap workspace path.
|
int |
hashCode()
Get the hash code value for the
UGCRealspaceProviderSetting object. |
boolean |
isMultiInstance()
Returns whether the current service provider is enabled
|
boolean |
isPublishAllDatasets()
To determine whether the SuperMap 3D service provider publishes all the data in the workspace.
|
boolean |
isXmlParse()
Determine whether the SuperMap 3D service provider resolves the workspace itself.
|
void |
setMultiInstance(boolean isMultiInstance)
Sets whether the current service provider is enabled
|
void |
setOutput(java.lang.String output)
Sets the list of 3D caches.
|
void |
setPublishAllDatasets(boolean publishAllDatasets)
Sets whether the SuperMap 3D service provider publishes all the data in the workspace.
|
void |
setWorkspacePath(java.lang.String workspacePath)
Sets the SuperMap workspace path.
|
void |
setXmlParse(boolean xmlParse)
Sets whether the SuperMap 3D service provider resolves the workspace itself.
|
getName, setName
public UGCRealspaceProviderSetting()
The Constructor.
public UGCRealspaceProviderSetting(UGCRealspaceProviderSetting ugcRealspaceProviderSetting)
The Constructor.
ugcRealspaceProviderSetting
-public java.lang.String getWorkspacePath()
Gets the SuperMap workspace path.
public void setWorkspacePath(java.lang.String workspacePath)
Sets the SuperMap workspace path.
workspacePath
- Workspace path.public boolean isXmlParse()
Determine whether the SuperMap 3D service provider resolves the workspace itself.
public void setXmlParse(boolean xmlParse)
Sets whether the SuperMap 3D service provider resolves the workspace itself.
xmlParse
- true that their analysis, false that does not own analysis.public boolean isPublishAllDatasets()
To determine whether the SuperMap 3D service provider publishes all the data in the workspace.
public void setPublishAllDatasets(boolean publishAllDatasets)
Sets whether the SuperMap 3D service provider publishes all the data in the workspace.
xmlParse
- true that the release, false that does not release.public java.lang.String getOutput()
Returns the list of 3D caches.
public void setOutput(java.lang.String output)
Sets the list of 3D caches.
output
- the list of 3D caches.public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the UGCRealspaceProviderSetting
object.
equals
in class java.lang.Object
obj
- the Java object to compare with this object.UGCRealspaceProviderSetting
object, otherwise it returns false.public int hashCode()
Get the hash code value for the UGCRealspaceProviderSetting
object.
hashCode
in class java.lang.Object
public boolean isMultiInstance()
MultiInstanceSupported
Returns whether the current service provider is enabled
isMultiInstance
in interface MultiInstanceSupported
public void setMultiInstance(boolean isMultiInstance)
MultiInstanceSupported
Sets whether the current service provider is enabled
setMultiInstance
in interface MultiInstanceSupported
public UGCRealspaceProviderSetting clone()
clone
in class java.lang.Object