Package org.bremersee.geojson.converter
Class GeometryToStringConverter
java.lang.Object
org.bremersee.geojson.converter.GeometryToStringConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.locationtech.jts.geom.Geometry,String>
public class GeometryToStringConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.locationtech.jts.geom.Geometry,String>
The geometry to string converter.
- Author:
- Christian Bremer
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new geometry to string converter. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.core.convert.converter.Converter
andThen
-
Constructor Details
-
GeometryToStringConverter
public GeometryToStringConverter()Instantiates a new geometry to string converter.
-
-
Method Details
-
convert
- Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<org.locationtech.jts.geom.Geometry,String>
-