Uses of Interface
org.bremersee.geojson.model.LatLonAware
Packages that use LatLonAware
-
Uses of LatLonAware in org.bremersee.geojson.model
Classes in org.bremersee.geojson.model that implement LatLonAwareModifier and TypeClassDescriptionclassThe latitude longitude.classThe lat lon.Methods in org.bremersee.geojson.model that return LatLonAwareModifier and TypeMethodDescriptionLatLonAware.Builder.build()Build latitude and longitude aware.LatLonAware.BuilderImpl.build()Methods in org.bremersee.geojson.model with parameters of type LatLonAwareModifier and TypeMethodDescriptionLatLonAware.Builder.from(LatLonAware latLonAware) Sets latitude and longitude from the given object.LatLonAware.BuilderImpl.from(LatLonAware latLonAware) Constructors in org.bremersee.geojson.model with parameters of type LatLonAwareModifierConstructorDescriptionLatitudeLongitude(LatLonAware latLonAware) Instantiates a new latitude longitude.LatLon(LatLonAware latLonAware) Instantiates a new lat lon.