GeoGenerator.ProducePolygons
GeoGenerator.ProducePolygons method
指定された数のランダムな項目を持つ新しい IPolygon Enumerator を作成します。それらはすべて指定された範囲内にあります。
public static IEnumerable<IPolygon> ProducePolygons(Extent rect, PolygonGeneratorOptions options)
パラメータ | タイプ | 説明 |
---|---|---|
rect | Extent | 指定された領域 (参照範囲 ) |
options | PolygonGeneratorOptions | ポリゴン作成オプション(PolygonGeneratorOptions ) |
戻り値
ポリゴンの配列 (の列挙を参照)IP ポリゴン
)
例外
例外 | 調子 |
---|---|
ArgumentOutOfRangeException | ポリゴンの数は 1 より大きい必要があります。 |
NullReferenceException | エクステントには値が必要です (NULL ではない) |
ArgumentException | 最小長と最大長は等しくなく、0 より大きくなければなりません |
ArgumentException | 最大長は最小長より大きくなければなりません |
関連項目
- interface IPolygon
- class Extent
- class PolygonGeneratorOptions
- class GeoGenerator
- 名前空間 Aspose.Gis.GeoTools
- 組み立て Aspose.GIS