public class UGCSpatialAnalyst3DProviderSetting extends java.lang.Object implements java.io.Serializable, MultiInstanceSupported
3D analysis service provider setting class.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | workspaceConnectStringWorkspace connection string. | 
| Constructor and Description | 
|---|
| UGCSpatialAnalyst3DProviderSetting() | 
| UGCSpatialAnalyst3DProviderSetting(UGCSpatialAnalyst3DProviderSetting setting) | 
| Modifier and Type | Method and Description | 
|---|---|
| UGCSpatialAnalyst3DProviderSetting | clone() | 
| boolean | equals(java.lang.Object obj)Compare whether the specified object is equal to the current  UGCSpatialAnalyst3DProviderSettingobject. | 
| int | hashCode()Gets the hash code for the  UGCSpatialAnalyst3DProviderSettingobject. | 
| boolean | isMultiInstance()Returns whether the current service provider is enabled | 
| void | setMultiInstance(boolean isMultiInstance)Sets whether the current service provider is enabled | 
public java.lang.String workspaceConnectString
Workspace connection string.
public UGCSpatialAnalyst3DProviderSetting()
public UGCSpatialAnalyst3DProviderSetting(UGCSpatialAnalyst3DProviderSetting setting)
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current UGCSpatialAnalyst3DProviderSetting object.
equals in class java.lang.Objectobj - the object that is compared with the current UGCSpatialAnalyst3DProviderSetting object.public int hashCode()
Gets the hash code for the UGCSpatialAnalyst3DProviderSetting object.
hashCode in class java.lang.Objectpublic boolean isMultiInstance()
MultiInstanceSupportedReturns whether the current service provider is enabled
isMultiInstance in interface MultiInstanceSupportedpublic void setMultiInstance(boolean isMultiInstance)
MultiInstanceSupportedSets whether the current service provider is enabled
setMultiInstance in interface MultiInstanceSupportedpublic UGCSpatialAnalyst3DProviderSetting clone()
clone in class java.lang.Object