@dlr-eoc/services-ogc
Version:
This module bundles our clients for OGC standards. E.g. parse OWS Context JSON, WMS, WMTS or WPS.
15 lines (14 loc) • 654 B
TypeScript
import { WmsClient } from '@dlr-eoc/utils-ogc';
import { HttpClient } from '@angular/common/http';
import * as i0 from "@angular/core";
/**
* This file exports a wrapper around @dlr-eoc/utils-ogc/Wms for backwards compatibility.
* While the WMS functionality has been moved to utils-ogc, we still maintain this wrapper
* so that older clients don't need to change their imports.
*/
export { WmsVersion } from '@dlr-eoc/utils-ogc';
export declare class WmsService extends WmsClient {
constructor(webClient: HttpClient);
static ɵfac: i0.ɵɵFactoryDeclaration<WmsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WmsService>;
}