码迷,mamicode.com
首页 > 其他好文 > 详细

ConvexHull(凸包)_ArcGIS

时间:2015-04-01 21:38:55      阅读:927      评论:0      收藏:0      [点我收藏+]

标签:

ITopologicalOperator.ConvexHull Method

Constructs the convex hull of this geometry.

[C#]public IGeometry ConvexHull ();

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The ConvexHull of a geometry is the minimal bounding polygon such that all outer angles are convex. The ConvexHull of a point is the point itself.

Remarks

ITopologicalOperator methods must be applied on high-level geometries only. High-Level geometries are point, multipoint, polyline and polygon. To use this method with low-level geometries such as segments (Line, Circular Arc, Elliptic Arc, Bézier Curve), paths or rings, they must be wrapped into high-level geometries types.

This method does not support GeometryBags. 

ConvexHull method does not deal with Z attribute now.

 

技术分享

 

早知道有这个方法,之前就不用那么吃力的去计算了。。。。。。。

ConvexHull(凸包)_ArcGIS

标签:

原文地址:http://www.cnblogs.com/The-SEA/p/4385228.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!