gws.plugin.raster_layer.layer

Raster image layer.

Source code: gws.plugin.raster_layer.layer

Module Contents

class gws.plugin.raster_layer.layer.Config

Bases: gws.base.layer.Config

Raster layer

processing: list[str] | None

Processing directives.

provider: Config.provider

Raster provider

sldName: str | None

Name of an SLD NamedLayer to apply.

sldPath: gws.FilePath | None

Path to SLD file for styling the layer.

transparentColor: str | None

Color to treat as transparent in the layer.

class gws.plugin.raster_layer.layer.Object

Bases: gws.base.layer.image.Object

entries: list[gws.plugin.raster_layer.provider.ImageEntry]
msOptions: gws.gis.ms.LayerOptions
serviceProvider: gws.plugin.raster_layer.provider.Object
configure()
configure_bounds()
configure_grid()
configure_provider()
render(lri)