TileMatrixSet Class

Definition

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Operators

Name Description
Explicit(Response to TileMatrixSet)

Explicit Interface Implementations

Name Description
IJsonModel<TileMatrixSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TileMatrixSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<TileMatrixSet>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TileMatrixSet>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TileMatrixSet>.Write(ModelReaderWriterOptions)

Applies to