Class UGCRealspaceProviderSetting
- java.lang.Object
-
- com.supermap.services.components.spi.RealspaceProviderSetting
-
- com.supermap.services.providers.UGCRealspaceProviderSetting
-
- All Implemented Interfaces:
- MultiInstanceSupported, java.io.Serializable
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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UGCRealspaceProviderSetting()The Constructor.UGCRealspaceProviderSetting(UGCRealspaceProviderSetting ugcRealspaceProviderSetting)The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description UGCRealspaceProviderSettingclone()booleanequals(java.lang.Object obj)Determines whether the specified object is equal to theUGCRealspaceProviderSettingobject.java.lang.StringgetOutput()Returns the list of 3D caches.java.lang.StringgetWorkspacePath()Gets the SuperMap workspace path.inthashCode()Get the hash code value for theUGCRealspaceProviderSettingobject.booleanisMultiInstance()Returns whether the current service provider is enabledbooleanisPublishAllDatasets()To determine whether the SuperMap 3D service provider publishes all the data in the workspace.booleanisXmlParse()Determine whether the SuperMap 3D service provider resolves the workspace itself.voidsetMultiInstance(boolean isMultiInstance)Sets whether the current service provider is enabledvoidsetOutput(java.lang.String output)Sets the list of 3D caches.voidsetPublishAllDatasets(boolean publishAllDatasets)Sets whether the SuperMap 3D service provider publishes all the data in the workspace.voidsetWorkspacePath(java.lang.String workspacePath)Sets the SuperMap workspace path.voidsetXmlParse(boolean xmlParse)Sets whether the SuperMap 3D service provider resolves the workspace itself.-
Methods inherited from class com.supermap.services.components.spi.RealspaceProviderSetting
getName, setName
-
-
-
-
Constructor Detail
-
UGCRealspaceProviderSetting
public UGCRealspaceProviderSetting()
The Constructor.
-
UGCRealspaceProviderSetting
public UGCRealspaceProviderSetting(UGCRealspaceProviderSetting ugcRealspaceProviderSetting)
The Constructor.
- Parameters:
ugcRealspaceProviderSetting-
-
-
Method Detail
-
getWorkspacePath
public java.lang.String getWorkspacePath()
Gets the SuperMap workspace path.
- Returns:
- workspace path.
-
setWorkspacePath
public void setWorkspacePath(java.lang.String workspacePath)
Sets the SuperMap workspace path.
- Parameters:
workspacePath- Workspace path.
-
isXmlParse
public boolean isXmlParse()
Determine whether the SuperMap 3D service provider resolves the workspace itself.
- Returns:
- true that their analysis, false that does not own analysis.
-
setXmlParse
public void setXmlParse(boolean xmlParse)
Sets whether the SuperMap 3D service provider resolves the workspace itself.
- Parameters:
xmlParse- true that their analysis, false that does not own analysis.
-
isPublishAllDatasets
public boolean isPublishAllDatasets()
To determine whether the SuperMap 3D service provider publishes all the data in the workspace.
- Returns:
- true that the release, false that does not release.
-
setPublishAllDatasets
public void setPublishAllDatasets(boolean publishAllDatasets)
Sets whether the SuperMap 3D service provider publishes all the data in the workspace.
- Parameters:
xmlParse- true that the release, false that does not release.
-
getOutput
public java.lang.String getOutput()
Returns the list of 3D caches.
- Returns:
- the list of 3D caches.
-
setOutput
public void setOutput(java.lang.String output)
Sets the list of 3D caches.
- Parameters:
output- the list of 3D caches.
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the
UGCRealspaceProviderSettingobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the Java object to compare with this object.- Returns:
- Specifies that the object is equal to the
UGCRealspaceProviderSettingobject, otherwise it returns false.
-
hashCode
public int hashCode()
Get the hash code value for the
UGCRealspaceProviderSettingobject.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code value.
-
isMultiInstance
public boolean isMultiInstance()
Description copied from interface:MultiInstanceSupportedReturns whether the current service provider is enabled
- Specified by:
isMultiInstancein interfaceMultiInstanceSupported- Returns:
-
setMultiInstance
public void setMultiInstance(boolean isMultiInstance)
Description copied from interface:MultiInstanceSupportedSets whether the current service provider is enabled
- Specified by:
setMultiInstancein interfaceMultiInstanceSupported
-
clone
public UGCRealspaceProviderSetting clone()
- Overrides:
clonein classjava.lang.Object
-
-