Package com.github.micycle1.geoblitz
Class FastConvexHull
java.lang.Object
com.github.micycle1.geoblitz.FastConvexHull
-
Constructor Summary
ConstructorsConstructorDescriptionFastConvexHull(org.locationtech.jts.geom.Coordinate[] pts, org.locationtech.jts.geom.GeometryFactory geomFactory) FastConvexHull(org.locationtech.jts.geom.Geometry geometry) -
Method Summary
-
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()
-