Klasse RestPoint
java.lang.Object
de.dlr.proseo.geotools.rest.model.RestPoint
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
lat
The latitude in double format -
lon
The longitude in double format
-
-
Konstruktordetails
-
RestPoint
public RestPoint()Creates a new RestPoint. -
RestPoint
Creates a new RestPoint.
-
-
Methodendetails
-
getLat
Returns the lat.- Gibt zurück:
- lat
-
setLat
Set the lat.- Parameter:
lat
- the new lat
-
getLon
Returns the lon.- Gibt zurück:
- lon
-
setLon
Set the lon.- Parameter:
lon
- the new lon
-
hashCode
public int hashCode() -
equals
-
toString
-