Uses of Interface
org.bremersee.geojson.model.LatLonAware
Packages that use LatLonAware
Package
Description
This package contains GeoJSON for the JTS Topology Suite.
The package contains a simple GeoJSON model.
-
Uses of LatLonAware in org.bremersee.geojson
Methods in org.bremersee.geojson with parameters of type LatLonAwareModifier and TypeMethodDescriptionstatic org.locationtech.jts.geom.CoordinateGeoJsonGeometryFactory.createCoordinate(LatLonAware latLon) Create coordinate.org.locationtech.jts.geom.PointGeoJsonGeometryFactory.createPoint(LatLonAware latLon) Create point. -
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.