MapRasterOptions Class
Summary: Raster layer options for creating maps using LayersMapBuilder
Module: aspose.gis.geotools.layersmap
Full Name: aspose.gis.geotools.layersmap.MapRasterOptions
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| MapRasterOptions() | Initializes a new instance of the MapRasterOptions class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| layer_spatial_ref_sys | SpatialReferenceSystem | r/w | Specifies a value for a layer spatial reference. |
| pixel_per_column | int | r/w | Width of the raster in pixels. |
| pixel_per_row | int | r/w | Height of the raster in pixels. |
| raster | RasterLayer | r/w | Raster layer. |
Constructor: MapRasterOptions()
MapRasterOptions()
Initializes a new instance of the MapRasterOptions class