GeoGenerator.ProducePolygons

GeoGenerator.ProducePolygons method

使用给定数量的随机项创建一个新的 IPolygon 枚举器,所有项都在给定范围内。

public static IEnumerable<IPolygon> ProducePolygons(Extent rect, PolygonGeneratorOptions options)
范围类型描述
rectExtent指定区域(见程度)
optionsPolygonGeneratorOptions多边形创建选项(请参阅多边形生成器选项)

返回值

多边形数组(参见枚举多边形)

例外

例外(健康)状况
ArgumentOutOfRangeException多边形的数量必须大于一个。
NullReferenceException范围必须有一个值(不能为 NULL)
ArgumentException最小和最大长度必须不相等且大于 0
ArgumentException最大长度必须大于最小长度

也可以看看