GeoGenerator.ProducePoints
GeoGenerator.ProducePoints method
Creates an array of points belonging to the specified area.
public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
| Parameter | Type | Description | 
|---|---|---|
| rect | Extent | Specified area (see Extent). | 
| options | PointGeneratorOptions | Point creation options (see PointGeneratorOptions). | 
Return Value
Array of points (see enumeration of IGeometry).
Exceptions
| exception | condition | 
|---|---|
| ArgumentOutOfRangeException | Number of points must be grater then one. | 
| NullReferenceException | Extent must have a value (not be NULL). | 
See Also
- interface IGeometry
 - class Extent
 - class PointGeneratorOptions
 - class GeoGenerator
 - namespace Aspose.Gis.GeoTools
 - assembly Aspose.GIS