Class GeoGenerator

GeoGenerator class

Generator of random points, lines and polygons on given planes.

public static class GeoGenerator

Methods

NameDescription
static ProduceLines(Extent, LineGeneratorOptions)Creates a new ILineString Enumerator with a given number of random items, all of them within a given extent.
static ProducePoints(Extent, PointGeneratorOptions)Creates an array of points belonging to the specified area.
static ProducePolygons(Extent, PolygonGeneratorOptions)Creates a new IPolygon Enumerator with a given number of random items, all of them within a given extent.
static ProduceStars(Extent, StarGeneratorOptions)Creates an array of stars, all of them within a given extent.

See Also