convexHull
Description
Returns the convex hull of the supplied geometry. The convex hull is the smallest convex geometry which contains the supplied geometry. A geometry is convex if the line joining any 2 points of the geometry is also contained in the geometry.
Messages
The following table lists the request and response messages for the convexHull operation.
Click on a message name to get more information about the message.
Message | Description |
---|---|
ConvexHullRequest | The request message for the convexHull operation. |
ConvexHullResponse | The response message for the convexHull operation. |