You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
308 B
16 lines
308 B
|
3 years ago
|
export default WMTSCapabilities;
|
||
|
|
/**
|
||
|
|
* @classdesc
|
||
|
|
* Format for reading WMTS capabilities data.
|
||
|
|
*
|
||
|
|
* @api
|
||
|
|
*/
|
||
|
|
declare class WMTSCapabilities extends XML {
|
||
|
|
/**
|
||
|
|
* @type {OWS}
|
||
|
|
* @private
|
||
|
|
*/
|
||
|
|
private owsParser_;
|
||
|
|
}
|
||
|
|
import XML from "./XML.js";
|
||
|
|
//# sourceMappingURL=WMTSCapabilities.d.ts.map
|