TileMatrixSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/tileMatrixSet.json
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.
public class TileMatrixSet : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.TileMatrixSet>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.TileMatrixSet>
type TileMatrixSet = class
interface IJsonModel<TileMatrixSet>
interface IPersistableModel<TileMatrixSet>
Public Class TileMatrixSet
Implements IJsonModel(Of TileMatrixSet), IPersistableModel(Of TileMatrixSet)
- Inheritance
-
TileMatrixSet
- Implements
Properties
| Name | Description |
|---|---|
| BoundingBox |
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 |
| OrderedAxes |
Names of the coordinate axes in order. |
| TileMatrices |
Array of tile matrices at different zoom levels. |
| Title |
Human-readable title of the tile matrix set. |
| Uri |
URI reference to the official definition. |
| WellKnownScaleSet |
URL reference to a standardized scale set. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to TileMatrixSet) | |