TileMatrixSet interface
A definition of a tile matrix set following the Tile Matrix Set standard.
For tileset metadata, such a description (in tileMatrixSet property) is only
required for offline use,
as an alternative to a link with a
http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation type.
Properties
| bounding |
Geographic extent of the tile matrix set |
| crs | Coordinate reference system identifier |
| description | Brief narrative description of this tile matrix set, normally available for display to a human |
| id | Unique identifier for the tile matrix set |
| keywords | Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set |
| ordered |
Names of the coordinate axes in order |
| tile |
Array of tile matrices at different zoom levels |
| title | Human-readable title of the tile matrix set |
| uri | URI reference to the official definition |
| well |
URL reference to a standardized scale set |
Property Details
boundingBox
Geographic extent of the tile matrix set
boundingBox?: TileMatrixSetBoundingBox
Property Value
crs
Coordinate reference system identifier
crs: string
Property Value
string
description
Brief narrative description of this tile matrix set, normally available for display to a human
description?: string
Property Value
string
id
Unique identifier for the tile matrix set
id?: string
Property Value
string
keywords
Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this tile matrix set
keywords?: string[]
Property Value
string[]
orderedAxes
Names of the coordinate axes in order
orderedAxes?: string[]
Property Value
string[]
tileMatrices
Array of tile matrices at different zoom levels
tileMatrices: TileMatrix[]
Property Value
title
Human-readable title of the tile matrix set
title?: string
Property Value
string
uri
URI reference to the official definition
uri?: string
Property Value
string
wellKnownScaleSet
URL reference to a standardized scale set
wellKnownScaleSet?: string
Property Value
string