PolygonGeometry.ConvexHull Methods
Returns the convex hull of the specified geometries.
Overload List
Name | Description | |
---|---|---|
ConvexHull(GeometryCollection geometries) | Returns the convex hull of the specified geometries. | |
ConvexHull(IEnumerable< Geometry > geometries) | Returns the convex hull of the specified geometries. |
ConvexHull(GeometryCollection geometries)
Returns the convex hull of the specified geometries.Syntax
public static PolygonGeometry ConvexHull (
GeometryCollection geometries
)
Parameters
A collection of geometries.
Return Value
The convex hull of geometries.
Remarks
This method operates on 2D geometries and all z-coordinate values are ignored.
If this method is called with no input geometries, an invalid PolygonGeometry will be returned, with no points.
ConvexHull(IEnumerable< Geometry > geometries)
Returns the convex hull of the specified geometries.Syntax
public static PolygonGeometry ConvexHull (
IEnumerable< Geometry > geometries
)
Parameters
A collection of geometries.
Return Value
The convex hull of geometries.
Remarks
This method operates on 2D geometries and all z-coordinate values are ignored.
If this method is called with no input geometries, an invalid PolygonGeometry will be returned, with no points.
Platforms
Windows, Linux, Android