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.String datasetName
      Net dataset name.
      java.lang.String datasourceName
      The datasource name.
      java.lang.String edgeIDField
      The field name that identifies the network arc ID.
      java.lang.String fromNodeIDField
      Identifies the field name of the arc start node ID.
      java.lang.String nodeIDField
      The field name that identifies the network node ID.
      java.lang.String toNodeIDField
      Identifies the field name of the arc stop node ID.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified object is equal to the current TransferNetworkSetting object.
      int hashCode()
      Gets TransferNetworkSetting the hash value of the object.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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 TransferNetworkSetting object.

        Overrides:
        equals in class java.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 TransferNetworkSetting the hash value of the object.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash code value.