public interface Station
extends java.lang.Comparable, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Return a unique identifier.
|
double |
getLatitude()
Get the latitude value
|
double |
getLongitude()
Get the longitude value
|
java.lang.String getIdentifier()
double getLatitude()
double getLongitude()