GeoGenerator.ProducePoints

GeoGenerator.ProducePoints method

指定された領域に属する点の配列を作成します。

public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
パラメータタイプ説明
rectExtent指定された領域 (参照範囲)。
optionsPointGeneratorOptionsポイント作成オプション (「PointGeneratorOptions)。

戻り値

ポイントの配列 (の列挙を参照)IGeometry)。

例外

例外調子
ArgumentOutOfRangeExceptionポイントの数は 1 より大きい必要があります。
NullReferenceExceptionエクステントには値が必要です (NULL は不可)。

関連項目