public class UGCDatasetConnectionInfo
extends java.lang.Object
implements java.io.Serializable
SuperMap dataset connection information.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
datasetName
Dataset name.
|
java.lang.String |
datasourceName
The datasource name.
|
java.lang.String |
workspaceConnectString
Workspace connection string.
|
java.lang.String |
workspaceType
Workspace type, one of the strings SXWU, SXW, SMWU, SMW.
|
Constructor and Description |
---|
UGCDatasetConnectionInfo()
The Constructor.
|
UGCDatasetConnectionInfo(UGCDatasetConnectionInfo ugcdatasetConnectionInfo)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Compare whether the specified object is equal to the current
UGCDatasetConnectionInfo object. |
int |
hashCode()
Gets the hash code value of the SuperMap dataset link information object.
|
public java.lang.String workspaceConnectString
Workspace connection string. It can be a relative path or an absolute path.
public java.lang.String workspaceType
Workspace type, one of the strings SXWU, SXW, SMWU, SMW.
If the value is not set or not one of the above four values, the file suffix is used to determine. If you can not judge by the suffix name, it is considered SXW type.
public java.lang.String datasourceName
The datasource name.
public java.lang.String datasetName
Dataset name.
public UGCDatasetConnectionInfo()
The Constructor.
public UGCDatasetConnectionInfo(UGCDatasetConnectionInfo ugcdatasetConnectionInfo)
Copy constructor.
ugcdatasetConnectionInfo
- SuperMap dataset connection information object.public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current UGCDatasetConnectionInfo
object.
equals
in class java.lang.Object
obj
- the object that is compared with the current UGCDatasetConnectionInfo
object.public int hashCode()
Gets the hash code value of the SuperMap dataset link information object.
hashCode
in class java.lang.Object