GeoGenerator.ProducePoints
GeoGenerator.ProducePoints method
创建属于指定区域的点数组。
public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
范围 | 类型 | 描述 |
---|---|---|
rect | Extent | 指定区域(见程度 ). |
options | PointGeneratorOptions | 点创建选项(参见点生成器选项 ). |
返回值
点数组(见枚举几何图形
).
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 点数必须大于一。 |
NullReferenceException | Extent 必须有一个值(不能为 NULL)。 |
也可以看看
- interface IGeometry
- class Extent
- class PointGeneratorOptions
- class GeoGenerator
- 命名空间 Aspose.Gis.GeoTools
- 部件 Aspose.GIS