Uses of Interface
org.bremersee.geojson.model.LatLonAware
-
Packages that use LatLonAware Package Description org.bremersee.geojson.model This package contains additional models. -
-
Uses of LatLonAware in org.bremersee.geojson.model
Classes in org.bremersee.geojson.model that implement LatLonAware Modifier and Type Class Description classLatitudeLongitudeThe latitude longitude.classLatLonThe lat lon.Methods in org.bremersee.geojson.model that return LatLonAware Modifier and Type Method Description LatLonAwareLatLonAware.Builder. build()Build latitude and longitude aware.LatLonAwareLatLonAware.BuilderImpl. build()Methods in org.bremersee.geojson.model with parameters of type LatLonAware Modifier and Type Method Description LatLonAware.BuilderLatLonAware.Builder. from(LatLonAware latLonAware)Sets latitude and longitude from the given object.LatLonAware.BuilderLatLonAware.BuilderImpl. from(LatLonAware latLonAware)Constructors in org.bremersee.geojson.model with parameters of type LatLonAware Constructor Description LatitudeLongitude(LatLonAware latLonAware)Instantiates a new latitude longitude.LatLon(LatLonAware latLonAware)Instantiates a new lat lon.
-