com.supermap.services.providers
Class UGCDatasetConnectionInfo
- java.lang.Object
-
- com.supermap.services.providers.UGCDatasetConnectionInfo
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TransportationAnalystSetting, TurnDatasetInfo, UGCNetworkAnalyst3DSetting
public class UGCDatasetConnectionInfo extends java.lang.Object implements java.io.SerializableSuperMap dataset connection information.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdatasetNameDataset name.java.lang.StringdatasourceNameThe datasource name.java.lang.StringworkspaceConnectStringWorkspace connection string.java.lang.StringworkspaceTypeWorkspace type, one of the strings SXWU, SXW, SMWU, SMW.
-
Constructor Summary
Constructors Constructor and Description UGCDatasetConnectionInfo()The Constructor.UGCDatasetConnectionInfo(UGCDatasetConnectionInfo ugcdatasetConnectionInfo)Copy constructor.
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Compare whether the specified object is equal to the currentUGCDatasetConnectionInfoobject.inthashCode()Gets the hash code value of the SuperMap dataset link information object.
-
-
-
Field Detail
-
workspaceConnectString
public java.lang.String workspaceConnectString
Workspace connection string. It can be a relative path or an absolute path.
-
workspaceType
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.
-
datasourceName
public java.lang.String datasourceName
The datasource name.
-
datasetName
public java.lang.String datasetName
Dataset name.
-
-
Constructor Detail
-
UGCDatasetConnectionInfo
public UGCDatasetConnectionInfo()
The Constructor.
-
UGCDatasetConnectionInfo
public UGCDatasetConnectionInfo(UGCDatasetConnectionInfo ugcdatasetConnectionInfo)
Copy constructor.
- Parameters:
ugcdatasetConnectionInfo- SuperMap dataset connection information object.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current
UGCDatasetConnectionInfoobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object that is compared with the currentUGCDatasetConnectionInfoobject.- Returns:
- returns true if the specified object is equal to the SuperMap dataset link information object, false otherwise.
-
hashCode
public int hashCode()
Gets the hash code value of the SuperMap dataset link information object.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code value.
-
-