面对像的直角多边形拟合。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public static Geometry OrthogonalPolygonFitting(
	Geometry sourceGeometry,
	double widthThreshold,
	double heightThreshold
)

参数

sourceGeometry
Type: SuperMap.Data..::.Geometry
面几何对象。
widthThreshold
Type: System..::.Double
节点到最小面积外接矩形的左右边界阈值。
heightThreshold
Type: System..::.Double
节点到最小面积外接矩形的上下边界阈值。

返回值

返回直角多边形。

版本信息

SuperMap iObjects .NET


请参见