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.SerializableBus 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.StringaliasFieldThe bus site alias field, the field type is text type.java.lang.StringdatasetNameDataset name.java.lang.StringdatasourceNameThe datasource name.java.lang.StringnameFieldThe name field of the bus line, which is a mandatory field.java.lang.StringstopIDFieldThe 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 Summary
Constructors Constructor and Description TransferStopSetting()The Constructor.TransferStopSetting(TransferStopSetting transferStopSetting)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()GetsTransferStopSettingthe hash value of the object.
-
-
-
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
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
TransferStopSettingthe hash value of the object.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code value.
-
-