com.supermap.services.providers
Class UGCSpatialAnalyst3DProviderSetting
- java.lang.Object
-
- com.supermap.services.providers.UGCSpatialAnalyst3DProviderSetting
-
- All Implemented Interfaces:
- MultiInstanceSupported, java.io.Serializable
public class UGCSpatialAnalyst3DProviderSetting extends java.lang.Object implements java.io.Serializable, MultiInstanceSupported
3D analysis service provider setting class.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringworkspaceConnectStringWorkspace connection string.
-
Constructor Summary
Constructors Constructor and Description UGCSpatialAnalyst3DProviderSetting()UGCSpatialAnalyst3DProviderSetting(UGCSpatialAnalyst3DProviderSetting setting)
-
Method Summary
Methods Modifier and Type Method and Description UGCSpatialAnalyst3DProviderSettingclone()booleanequals(java.lang.Object obj)Compare whether the specified object is equal to the currentUGCSpatialAnalyst3DProviderSettingobject.inthashCode()Gets the hash code for theUGCSpatialAnalyst3DProviderSettingobject.booleanisMultiInstance()Returns whether the current service provider is enabledvoidsetMultiInstance(boolean isMultiInstance)Sets whether the current service provider is enabled
-
-
-
Field Detail
-
workspaceConnectString
public java.lang.String workspaceConnectString
Workspace connection string.
-
-
Constructor Detail
-
UGCSpatialAnalyst3DProviderSetting
public UGCSpatialAnalyst3DProviderSetting()
-
UGCSpatialAnalyst3DProviderSetting
public UGCSpatialAnalyst3DProviderSetting(UGCSpatialAnalyst3DProviderSetting setting)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current
UGCSpatialAnalyst3DProviderSettingobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object that is compared with the currentUGCSpatialAnalyst3DProviderSettingobject.- Returns:
- specifies that the object is equal to this object, and returns true, otherwise false.
-
hashCode
public int hashCode()
Gets the hash code for the
UGCSpatialAnalyst3DProviderSettingobject.- 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 UGCSpatialAnalyst3DProviderSetting clone()
- Overrides:
clonein classjava.lang.Object
-
-