gis-tools-ts - v0.6.0
    Preparing search index...

    Interface RasterLayer<M, D, P>

    Guide to building Raster layer data

    interface RasterLayer<
        M = Record<string, unknown>,
        D extends MValue = Properties,
        P extends Properties = Properties,
    > {
        description?: string;
        layerName: string;
        onFeature?: OnFeature<M, D, P>;
        outputType: ImageExtensions;
        rasterGuide: GridRasterOptions;
        sourceName: string;
    }

    Type Parameters

    • M = Record<string, unknown>
    • D extends MValue = Properties
    • P extends Properties = Properties

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Explain what the layer is

    layerName: string

    Name of the layer

    onFeature?: OnFeature<M, D, P>

    If provided, you can mutate the feature. If you return nothing it's the same as filtering the feature

    outputType: ImageExtensions

    describes how the image will be stored

    rasterGuide: GridRasterOptions

    Raster clustering guide

    sourceName: string

    Name of the source