GeoGenerator.ProduceLines
GeoGenerator.ProduceLines method
创建一个新的 ILineString 枚举器,其中包含给定数量的随机项,所有项都在给定范围内。
public static IEnumerable<ILineString> ProduceLines(Extent rect, LineGeneratorOptions options)
范围 | 类型 | 描述 |
---|---|---|
rect | Extent | 指定区域(见程度 ) |
options | LineGeneratorOptions | 线创建选项(见线生成器选项 ) |
返回值
行数组(见枚举线串
)
例外
例外 | (健康)状况 |
---|---|
ArgumentOutOfRangeException | 行数必须大于一。 |
NullReferenceException | 范围必须有一个值(不能为 NULL) |
也可以看看
- interface ILineString
- class Extent
- class LineGeneratorOptions
- class GeoGenerator
- 命名空间 Aspose.Gis.GeoTools
- 部件 Aspose.GIS