Interface WmsCapabilitiesRequestSupport

interface WmsCapabilitiesRequestSupport {
    getFeatureInfo: boolean;
    getLegendGraphic: boolean;
    getMap: boolean;
    operations: readonly WmsCapabilityOperation[];
}

Properties

getFeatureInfo: boolean
getLegendGraphic: boolean
getMap: boolean
operations: readonly WmsCapabilityOperation[]