com.supermap.services.providers

Class TransferStopSetting

  • java.lang.Object
    • com.supermap.services.providers.TransferStopSetting
  • All Implemented Interfaces:
    java.io.Serializable


    public class TransferStopSetting
    extends java.lang.Object
    implements java.io.Serializable
    

    Bus site environment settings class. This class is used to set the parameters of the environment of the bus station, including the data set, the site ID field, the name field, and the alias field.

    The bus station dataset is a point dataset that stores the collected bus sites in the form of two-dimensional point objects. In this dataset, a point object corresponds to a bus station in the real world. The attribute table must contain the site ID and site name field used to identify the site. Note that the type of site ID field currently supports only 32-bit integer and 64-bit Integer.

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String aliasField
      The bus site alias field, the field type is text type.
      java.lang.String datasetName
      Dataset name.
      java.lang.String datasourceName
      The datasource name.
      java.lang.String nameField
      The name field of the bus line, which is a mandatory field.
      java.lang.String stopIDField
      The bus site ID field in the bus station data set, is a mandatory field, and the field type supports 32-bit integer and 64-bit integer.
    • 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 TransferStopSetting 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
        

        Dataset name.

      • aliasField

        public java.lang.String aliasField
        

        The bus site alias field, the field type is text type.

      • nameField

        public java.lang.String nameField
        
        The name field of the bus line, which is a mandatory field.
      • stopIDField

        public java.lang.String stopIDField
        
        The bus site ID field in the bus station data set, is a mandatory field, and the field type supports 32-bit integer and 64-bit integer.
    • Constructor Detail

      • TransferStopSetting

        public TransferStopSetting()
        

        The Constructor.

      • TransferStopSetting

        public TransferStopSetting(TransferStopSetting transferStopSetting)
        

        The Constructor.

        Parameters:
        transferStopSetting -
    • 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 TransferStopSetting the hash value of the object.

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