面对像的直角多边形拟合。
命名空间:
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
节点到最小面积外接矩形的上下边界阈值。