GeoGenerator.ProduceStars
GeoGenerator.ProduceStars method
创建一个星星数组,所有星星都在给定范围内。
public static IEnumerable<IPolygon> ProduceStars(Extent rect, StarGeneratorOptions options)
范围 | 类型 | 描述 |
---|---|---|
rect | Extent | 指定区域(见程度 ) |
options | StarGeneratorOptions | 多边形创建选项(请参阅StarGenerator选项 ) |
返回值
恒星阵列(见枚举多边形
)
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 星星的数量必须大于一颗。 |
NullReferenceException | 范围必须有一个值(不能为 NULL) |
ArgumentException | 最小和最大长度必须不相等且大于 3 |
ArgumentException | 最大长度必须大于最小长度 |
也可以看看
- interface IPolygon
- class Extent
- class StarGeneratorOptions
- class GeoGenerator
- 命名空间 Aspose.Gis.GeoTools
- 部件 Aspose.GIS