Class GeometryHelper

java.lang.Object
com.here.platform.data.client.flink.impl.GeometryHelper

public class GeometryHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.locationtech.jts.geom.Polygon
    createPolygon(scala.collection.Seq<scala.collection.Seq<scala.collection.Seq<Object>>> polygonCoords, org.locationtech.jts.geom.GeometryFactory geometryFactory)
     

    Methods inherited from class java.lang.Object

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

    • GeometryHelper

      public GeometryHelper()
  • Method Details

    • createPolygon

      public static org.locationtech.jts.geom.Polygon createPolygon(scala.collection.Seq<scala.collection.Seq<scala.collection.Seq<Object>>> polygonCoords, org.locationtech.jts.geom.GeometryFactory geometryFactory)