根据指定的参数来构造一个 GeoRegion 的新对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public GeoRegion( Point2Ds points ) |
参数
- points
- Type: SuperMap.Data..::.Point2Ds
用来创建二维面几何对象的有序点集合。
备注
当有序点集合的长度小于3 时抛出异常ArgumentException。
C# |
---|
public GeoRegion( Point2Ds points ) |