Uses of Interface
org.bremersee.geojson.model.LatLonAware.Builder
Packages that use LatLonAware.Builder
-
Uses of LatLonAware.Builder in org.bremersee.geojson.model
Classes in org.bremersee.geojson.model that implement LatLonAware.BuilderModifier and TypeClassDescriptionstatic classThe builder implementation.Methods in org.bremersee.geojson.model that return LatLonAware.BuilderModifier and TypeMethodDescriptionstatic LatLonAware.BuilderLatLonAware.builder()Returns a new builder.LatLonAware.Builder.from(LatLonAware latLonAware) Sets latitude and longitude from the given object.LatLonAware.BuilderImpl.from(LatLonAware latLonAware) LatLonAware.Builder.latitude(double latitude) Sets latitude.LatLonAware.Builder.latitude(BigDecimal latitude) Sets latitude.LatLonAware.BuilderImpl.latitude(double latitude) LatLonAware.BuilderImpl.latitude(BigDecimal latitude) LatLonAware.Builder.longitude(double longitude) Sets longitude.LatLonAware.Builder.longitude(BigDecimal longitude) Sets longitude.LatLonAware.BuilderImpl.longitude(double longitude) LatLonAware.BuilderImpl.longitude(BigDecimal longitude)