com.supermap.services.providers

Class TurnDatasetInfo

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Compare whether the specified object is equal to the current TurnDatasetInfo object.
      int hashCode()
      Gets the hash code value of the divert table dataset information object.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • nodeIDField

        public java.lang.String nodeIDField
        

        The field name that represents the destination node ID. The default is "NodeID".

      • fromEdgeIDField

        public java.lang.String fromEdgeIDField
        

        Indicates the field name to the start arc ID. The default is "FEdgeID".

      • toEdgeIDField

        public java.lang.String toEdgeIDField
        

        The name of the field that represents the end of the arc ID. The default is "TEdgeID".

      • weightFields

        public java.lang.String[] weightFields
        

        Indicates an array of field names.

    • Constructor Detail

      • TurnDatasetInfo

        public TurnDatasetInfo()
        

        The Constructor.

      • TurnDatasetInfo

        public TurnDatasetInfo(TurnDatasetInfo turnDatasetInfo)
        

        Copy constructor.

        Parameters:
        turnDatasetInfo - turns to the table dataset information object.
    • Method Detail

      • hashCode

        public int hashCode()
        

        Gets the hash code value of the divert table dataset information object.

        Overrides:
        hashCode in class UGCDatasetConnectionInfo
        Returns:
        hash code value.
      • equals

        public boolean equals(java.lang.Object obj)
        

        Compare whether the specified object is equal to the current TurnDatasetInfo object.

        Overrides:
        equals in class UGCDatasetConnectionInfo
        Parameters:
        obj - The object that is compared with the current TurnDatasetInfo object.
        Returns:
        returns true if the specified object is equal to the divert table dataset information object, otherwise false.