Read WMTS Capabilities version 1.0.0.
OpenLayers. | Read WMTS Capabilities version 1.0.0. |
Properties | |
version | {String} The parser version (“1.0.0”). |
namespaces | {Object} Mapping of namespace aliases to namespace URIs. |
yx | {Object} Members in the yx object are used to determine if a CRS URN corresponds to a CRS with y,x axis order. |
defaultPrefix | {String} The default namespace alias for creating element nodes. |
Constructor | |
OpenLayers. | Create a new parser for WMTS capabilities version 1.0.0. |
Functions | |
read | Read capabilities data from a string, and return info about the WMTS. |
Properties | |
readers | Contains public functions, grouped by namespace prefix, that will be applied when a namespaced node is found matching the function name. |
{Object} Members in the yx object are used to determine if a CRS URN corresponds to a CRS with y,x axis order. Member names are CRS URNs and values are boolean. Defaults come from the OpenLayers.Format.WMTSCapabilities prototype.
Read capabilities data from a string, and return info about the WMTS.
read: function( data )