Class GeoJSONPoint.CoordinateArrayConverter

java.lang.Object
com.fasterxml.jackson.databind.util.StdConverter<org.locationtech.jts.geom.Coordinate,double[]>
org.openremote.model.geo.GeoJSONPoint.CoordinateArrayConverter
All Implemented Interfaces:
com.fasterxml.jackson.databind.util.Converter<org.locationtech.jts.geom.Coordinate,double[]>
Enclosing class:
GeoJSONPoint

public static class GeoJSONPoint.CoordinateArrayConverter extends com.fasterxml.jackson.databind.util.StdConverter<org.locationtech.jts.geom.Coordinate,double[]>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.util.Converter

    com.fasterxml.jackson.databind.util.Converter.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    convert(org.locationtech.jts.geom.Coordinate value)
     

    Methods inherited from class com.fasterxml.jackson.databind.util.StdConverter

    _findConverterType, getInputType, getOutputType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoordinateArrayConverter

      public CoordinateArrayConverter()
  • Method Details

    • convert

      public double[] convert(org.locationtech.jts.geom.Coordinate value)
      Specified by:
      convert in interface com.fasterxml.jackson.databind.util.Converter<org.locationtech.jts.geom.Coordinate,double[]>
      Specified by:
      convert in class com.fasterxml.jackson.databind.util.StdConverter<org.locationtech.jts.geom.Coordinate,double[]>