Class GeometryToJsonConverter
java.lang.Object
org.bremersee.geojson.converter.serialization.GeometryToJsonConverter
- All Implemented Interfaces:
Serializable
The geometry to json converter.
- Author:
- Christian Bremer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new geometry to json converter.GeometryToJsonConverter(boolean withBoundingBox, boolean useBigDecimal) Instantiates a new geometry to json converter. -
Method Summary
-
Constructor Details
-
GeometryToJsonConverter
public GeometryToJsonConverter()Instantiates a new geometry to json converter. -
GeometryToJsonConverter
public GeometryToJsonConverter(boolean withBoundingBox, boolean useBigDecimal) Instantiates a new geometry to json converter.- Parameters:
withBoundingBox- with bounding boxuseBigDecimal- use big decimal
-
-
Method Details
-
convert
Convert map.- Parameters:
source- the source- Returns:
- the map
-