Package org.bremersee.geojson.model
Class LatitudeLongitude
java.lang.Object
org.bremersee.geojson.model.LatitudeLongitude
- All Implemented Interfaces:
Serializable,LatLonAware
The latitude longitude.
- Author:
- Christian Bremer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bremersee.geojson.model.LatLonAware
LatLonAware.Builder, LatLonAware.BuilderImpl -
Constructor Summary
ConstructorsConstructorDescriptionLatitudeLongitude(BigDecimal latitude, BigDecimal longitude) Instantiates a new latitude longitude.LatitudeLongitude(LatLonAware latLonAware) Instantiates a new latitude longitude. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bremersee.geojson.model.LatLonAware
getLatitude, getLongitude, hasValues, toLatLonString, toLonLatString
-
Constructor Details
-
LatitudeLongitude
Instantiates a new latitude longitude.- Parameters:
latitude- the latitudelongitude- the longitude
-
LatitudeLongitude
Instantiates a new latitude longitude.- Parameters:
latLonAware- the lat lon aware
-