MapLayersGenerator Class
Contents
[
Hide
]Summary: Map layers generator
Module: aspose.gis.geotools.mapbuilder
Full Name: aspose.gis.geotools.mapbuilder.MapLayersGenerator
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MapLayersGenerator() | Initializes a new instance of the MapLayersGenerator class |
Methods
| Name | Description |
|---|---|
| get_list_of_layers(options) | Get list of layers: roadLayer, buildingLayer, parkLayer, parkRoadLayer, industrialLayer. |
| produce_map(options) | Produce map. |
Constructor: MapLayersGenerator()
MapLayersGenerator()
Initializes a new instance of the MapLayersGenerator class
Method: get_list_of_layers(options) [static]
get_list_of_layers(options)
Get list of layers: roadLayer, buildingLayer, parkLayer, parkRoadLayer, industrialLayer.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| options | MapGeneratorOptions | Map generator options. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List | The list of layers with generated geometry. |
Method: produce_map(options) [static]
produce_map(options)
Produce map.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| options | MapGeneratorOptions | Map generator options. |
Returns
| Type | Description |
|---|---|
| Map | The completed map. |