Class LatLon

java.lang.Object
org.bremersee.geojson.model.LatLon
All Implemented Interfaces:
Serializable, LatLonAware

public class LatLon extends Object implements LatLonAware, Serializable
The lat lon.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • LatLon

      public LatLon(BigDecimal lat, BigDecimal lon)
      Instantiates a new lat lon.
      Parameters:
      lat - the latitude
      lon - the longitude
    • LatLon

      public LatLon(LatLonAware latLonAware)
      Instantiates a new lat lon.
      Parameters:
      latLonAware - the lat lon aware
  • Method Details