GeoGenerator.ProducePoints
GeoGenerator.ProducePoints method
Crée un tableau de points appartenant à la zone spécifiée.
public static IEnumerable<IGeometry> ProducePoints(Extent rect, PointGeneratorOptions options)
Paramètre | Taper | La description |
---|---|---|
rect | Extent | Zone spécifiée (voirÉtendue ). |
options | PointGeneratorOptions | Options de création de points (voirOptions du générateur de points ). |
Return_Value
Tableau de points (voir énumération desIGéométrie
).
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Le nombre de points doit être supérieur à un. |
NullReferenceException | L’étendue doit avoir une valeur (et non NULL). |
Voir également
- interface IGeometry
- class Extent
- class PointGeneratorOptions
- class GeoGenerator
- espace de noms Aspose.Gis.GeoTools
- Assemblée Aspose.GIS