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.
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.
|
Constructor and Description |
---|
TransferStopSetting()
The Constructor.
|
TransferStopSetting(TransferStopSetting transferStopSetting)
The Constructor.
|
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. |
public java.lang.String datasourceName
The datasource name.
public java.lang.String datasetName
Dataset name.
public java.lang.String aliasField
The bus site alias field, the field type is text type.
public java.lang.String nameField
public java.lang.String stopIDField
public TransferStopSetting()
The Constructor.
public TransferStopSetting(TransferStopSetting transferStopSetting)
The Constructor.
transferStopSetting
-public boolean equals(java.lang.Object obj)
Determines whether the specified object is equal to the current TransferNetworkSetting
object.
equals
in class java.lang.Object
obj
- the Java object to compare with this object.public int hashCode()
Gets TransferStopSetting
the hash value of the object.
hashCode
in class java.lang.Object