Package org.bremersee.geojson.model
Class LatLonAware.BuilderImpl
java.lang.Object
org.bremersee.geojson.model.LatLonAware.BuilderImpl
- All Implemented Interfaces:
LatLonAware.Builder
- Enclosing interface:
LatLonAware
The builder implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build latitude and longitude aware.from(LatLonAware latLonAware) Sets latitude and longitude from the given object.latitude(double latitude) Sets latitude.latitude(BigDecimal latitude) Sets latitude.longitude(double longitude) Sets longitude.longitude(BigDecimal longitude) Sets longitude.
-
Constructor Details
-
BuilderImpl
public BuilderImpl()
-
-
Method Details
-
from
Description copied from interface:LatLonAware.BuilderSets latitude and longitude from the given object.- Specified by:
fromin interfaceLatLonAware.Builder- Parameters:
latLonAware- the latitude and longitude aware object- Returns:
- the builder
-
latitude
Description copied from interface:LatLonAware.BuilderSets latitude.- Specified by:
latitudein interfaceLatLonAware.Builder- Parameters:
latitude- the latitude- Returns:
- the builder
-
latitude
Description copied from interface:LatLonAware.BuilderSets latitude.- Specified by:
latitudein interfaceLatLonAware.Builder- Parameters:
latitude- the latitude- Returns:
- the builder
-
longitude
Description copied from interface:LatLonAware.BuilderSets longitude.- Specified by:
longitudein interfaceLatLonAware.Builder- Parameters:
longitude- the longitude- Returns:
- the builder
-
longitude
Description copied from interface:LatLonAware.BuilderSets longitude.- Specified by:
longitudein interfaceLatLonAware.Builder- Parameters:
longitude- the longitude- Returns:
- the builder
-
build
Description copied from interface:LatLonAware.BuilderBuild latitude and longitude aware.- Specified by:
buildin interfaceLatLonAware.Builder- Returns:
- the lat lon aware
-