Class StringToMultiPointConverter

java.lang.Object
org.bremersee.geojson.converter.StringToMultiPointConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,org.locationtech.jts.geom.MultiPoint>

public class StringToMultiPointConverter extends Object implements org.springframework.core.convert.converter.Converter<String,org.locationtech.jts.geom.MultiPoint>
The string to multi point converter.
Author:
Christian Bremer
  • Constructor Details

    • StringToMultiPointConverter

      public StringToMultiPointConverter(GeoJsonGeometryFactory geometryFactory)
      Instantiates a new string to multi point converter.
      Parameters:
      geometryFactory - the geometry factory
  • Method Details

    • convert

      public org.locationtech.jts.geom.MultiPoint convert(@NonNull String source)
      Specified by:
      convert in interface org.springframework.core.convert.converter.Converter<String,org.locationtech.jts.geom.MultiPoint>