LuciadRIA (2026.0.11)
    Preparing search index...

    Describes a WMS layer style. All defined properties are read-only.

    2019.1

    interface WMSCapabilitiesLayerStyle {
        abstract: string;
        legend: WMSCapabilitiesImageUrl[];
        name: string;
        title: string;
    }

    Properties

    abstract: string

    Description of the WMS layer style.

    Legend graphic of the WMS layer style.

    name: string

    Name that uniquely identifies the WMS layer style.

    title: string

    Human-readable title of the WMS layer style.