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 |
workspaceConnectString
Workspace 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
UGCSpatialAnalyst3DProviderSetting object. |
int |
hashCode()
Gets the hash code for the
UGCSpatialAnalyst3DProviderSetting object. |
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.Object
obj
- 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.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 UGCSpatialAnalyst3DProviderSetting clone()
clone
in class java.lang.Object