StarGeneratorOptions Class

Summary: Generator-specific options for GeoGenerator.produce_polygons(rect, options).

Module: aspose.gis.geotools

Full Name: aspose.gis.geotools.StarGeneratorOptions

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
StarGeneratorOptions()Create an instance with init fields by default.

Properties

NameTypeAccessDescription
countintr/wNumber of polygons to create.
maximum_star_vertexintr/wThe maximum outside vertex of the generated side.
minimum_star_vertexintr/wThe minimum outside vertex of the generated side.
placeGeneratorPlacesr/wPlacing mode in generated cells.
seedintr/wA number used to calculate the seed value for a sequence of pseudo-random numbers.

Methods

NameDescription
clone()Clone object to one another.

Constructor: StarGeneratorOptions()

 StarGeneratorOptions() 

Create an instance with init fields by default.

Method: clone()

 clone() 

Clone object to one another.

Returns

TypeDescription
StarGeneratorOptionsClone object to one another PolygonGeneratorOptions.