Interface WcsClientOptionsExperimental

interface WcsClientOptions {
    basePath: string;
    maxMetadataResponseBytes?: number;
    maxResponseBytes?: number;
    version?: "2.0.1";
}

Properties

basePath: string

WCS KVP endpoint, for example /ogc/services/7/wcs.

maxMetadataResponseBytes?: number
maxResponseBytes?: number
version