ConvexHull constructor

ConvexHull(
  1. Geometry geometry
)

Create a new convex hull construction for the input {@link Geometry}.

Implementation

ConvexHull(Geometry geometry)
    : this.fromPoints(extractCoordinates(geometry), geometry.getFactory());