Class RestPoint
java.lang.Object
de.dlr.proseo.geotools.rest.model.RestPoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
lat
The latitude in double format -
lon
The longitude in double format
-
-
Constructor Details
-
RestPoint
public RestPoint()Creates a new RestPoint. -
RestPoint
Creates a new RestPoint.
-
-
Method Details
-
getLat
Returns the lat.- Returns:
- lat
-
setLat
Set the lat.- Parameters:
lat- the new lat
-
getLon
Returns the lon.- Returns:
- lon
-
setLon
Set the lon.- Parameters:
lon- the new lon
-
hashCode
public int hashCode() -
equals
-
toString
-