MapLayersGenerator Class

Summary: Map layers generator

Module: aspose.gis.geotools.mapbuilder

Full Name: aspose.gis.geotools.mapbuilder.MapLayersGenerator

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
MapLayersGenerator()Initializes a new instance of the MapLayersGenerator class

Methods

NameDescription
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:

ParameterTypeDescription
optionsMapGeneratorOptionsMap generator options.

Returns

TypeDescription
System.Collections.Generic.ListThe list of layers with generated geometry.

Method: produce_map(options) [static]

 produce_map(options) 

Produce map.

Parameters:

ParameterTypeDescription
optionsMapGeneratorOptionsMap generator options.

Returns

TypeDescription
MapThe completed map.