package.format.WMTSCapabilities.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
The newest version!
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