MapGeneratorOptions Class
Summary: Options from produce geometries on surface or area.
Module: aspose.gis.geotools.mapbuilder
Full Name: aspose.gis.geotools.mapbuilder.MapGeneratorOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MapGeneratorOptions() | Create an instance using default options. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | int | r/w | Height of the map (rows count). |
| width | int | r/w | Width of the map (columns count). |
Methods
| Name | Description |
|---|---|
| clone() | Clone object to one another. |
Constructor: MapGeneratorOptions()
MapGeneratorOptions()
Create an instance using default options.
Method: clone()
clone()
Clone object to one another.
Returns
| Type | Description |
|---|---|
| MapGeneratorOptions | Clone object to one another MapGeneratorOptions. |