Class FastConvexHull

java.lang.Object
com.github.micycle1.geoblitz.FastConvexHull

public final class FastConvexHull extends Object
  • Constructor Details

    • FastConvexHull

      public FastConvexHull(org.locationtech.jts.geom.Geometry geometry)
    • FastConvexHull

      public FastConvexHull(org.locationtech.jts.geom.Coordinate[] pts, org.locationtech.jts.geom.GeometryFactory geomFactory)
  • Method Details

    • getConvexHull

      public org.locationtech.jts.geom.Geometry getConvexHull()