Interface WcsRasterSourceExperimental

interface WcsRasterSource {
    coverageId: string;
    endpoint: string;
    id: string;
    kind: "wcs";
    scaleAxes: {
        height: string;
        width: string;
    };
}

Properties

coverageId: string
endpoint: string

Exact capabilities-derived WCS KVP endpoint.

id: string
kind
scaleAxes: {
    height: string;
    width: string;
}

Advertised horizontal and vertical axis labels used for exact output sizing.