ArcGIS Runtime SDK for WPF - Library Reference
ConvexHullTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class : ConvexHullTaskAsync Method

The convexHull operation is performed on a geometry service resource. It returns the convex hull of the input geometry. The input geometry can be a point, multipoint, polyline or polygon. The hull is typically a polygon but can also be a polyline or point in degenerate cases.

Overload List

OverloadDescription
ConvexHullTaskAsync(IList<Graphic>)The convexHull operation is performed on a geometry service resource. It returns the convex hull of the input geometry. The input geometry can be a point, multipoint, polyline or polygon. The hull is typically a polygon but can also be a polyline or point in degenerate cases.  
ConvexHullTaskAsync(IList<Graphic>,CancellationToken)The convexHull operation is performed on a geometry service resource. It returns the convex hull of the input geometry. The input geometry can be a point, multipoint, polyline or polygon. The hull is typically a polygon but can also be a polyline or point in degenerate cases.  

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.