com.supermap.services.providers
Class TransferNetworkSetting
- java.lang.Object
-
- com.supermap.services.providers.TransferNetworkSetting
-
- All Implemented Interfaces:
- java.io.Serializable
public class TransferNetworkSetting extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdatasetNameNet dataset name.java.lang.StringdatasourceNameThe datasource name.java.lang.StringedgeIDFieldThe field name that identifies the network arc ID.java.lang.StringfromNodeIDFieldIdentifies the field name of the arc start node ID.java.lang.StringnodeIDFieldThe field name that identifies the network node ID.java.lang.StringtoNodeIDFieldIdentifies the field name of the arc stop node ID.
-
Constructor Summary
Constructors Constructor and Description TransferNetworkSetting()The Constructor.TransferNetworkSetting(TransferNetworkSetting trafficNetworkSetting)The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description booleanequals(java.lang.Object obj)Determines whether the specified object is equal to the currentTransferNetworkSettingobject.inthashCode()GetsTransferNetworkSettingthe hash value of the object.
-
-
-
Field Detail
-
datasourceName
public java.lang.String datasourceName
The datasource name.
-
datasetName
public java.lang.String datasetName
Net dataset name.
-
edgeIDField
public java.lang.String edgeIDField
The field name that identifies the network arc ID.
The default value is "SmEdgeID".
Can not be modified
-
nodeIDField
public java.lang.String nodeIDField
The field name that identifies the network node ID.
The default value is “SmNodeID”.
Can not be modified
-
fromNodeIDField
public java.lang.String fromNodeIDField
Identifies the field name of the arc start node ID.
The default value is “SmFNode”.
Can not be modified
-
toNodeIDField
public java.lang.String toNodeIDField
Identifies the field name of the arc stop node ID.
The default value is “SmTNode”.
Can not be modified
-
-
Constructor Detail
-
TransferNetworkSetting
public TransferNetworkSetting()
The Constructor.
-
TransferNetworkSetting
public TransferNetworkSetting(TransferNetworkSetting trafficNetworkSetting)
The Constructor.
- Parameters:
trafficNetworkSetting-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current
TransferNetworkSettingobject.- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the Java object to compare with this object.- Returns:
- specifies that the object is equal to this object, and returns true, otherwise false.
-
hashCode
public int hashCode()
Gets
TransferNetworkSettingthe hash value of the object.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code value.
-
-