@dlr-eoc/services-ogc
Version:
This module bundles our clients for OGC standards. E.g. parse OWS Context JSON, WMS, WMTS or WPS.
13 lines (12 loc) • 486 B
TypeScript
import { HttpClient } from '@angular/common/http';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class WmtsClientService {
private http;
private xmlmarshaller;
private xmlunmarshaller;
constructor(http: HttpClient);
getCapabilities(url: string, version?: string): Observable<object>;
static ɵfac: i0.ɵɵFactoryDeclaration<WmtsClientService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<WmtsClientService>;
}