Uses of Interface
org.bremersee.geojson.model.LatLonAware.Builder
-
Packages that use LatLonAware.Builder Package Description org.bremersee.geojson.model This package contains additional models. -
-
Uses of LatLonAware.Builder in org.bremersee.geojson.model
Classes in org.bremersee.geojson.model that implement LatLonAware.Builder Modifier and Type Class Description static classLatLonAware.BuilderImplThe builder implementation.Methods in org.bremersee.geojson.model that return LatLonAware.Builder Modifier and Type Method Description static LatLonAware.BuilderLatLonAware. builder()Returns a new builder.LatLonAware.BuilderLatLonAware.Builder. from(LatLonAware latLonAware)Sets latitude and longitude from the given object.LatLonAware.BuilderLatLonAware.BuilderImpl. from(LatLonAware latLonAware)LatLonAware.BuilderLatLonAware.Builder. latitude(double latitude)Sets latitude.LatLonAware.BuilderLatLonAware.Builder. latitude(BigDecimal latitude)Sets latitude.LatLonAware.BuilderLatLonAware.BuilderImpl. latitude(double latitude)LatLonAware.BuilderLatLonAware.BuilderImpl. latitude(BigDecimal latitude)LatLonAware.BuilderLatLonAware.Builder. longitude(double longitude)Sets longitude.LatLonAware.BuilderLatLonAware.Builder. longitude(BigDecimal longitude)Sets longitude.LatLonAware.BuilderLatLonAware.BuilderImpl. longitude(double longitude)LatLonAware.BuilderLatLonAware.BuilderImpl. longitude(BigDecimal longitude)
-