TileMatrixSetId Struct
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.
Identifier selecting one of the TileMatrixSetId supported (default: 'WebMercatorQuad') Standard identifier for a coordinate reference system and tiling scheme used for serving map tiles
public readonly struct TileMatrixSetId : IEquatable<Azure.Analytics.PlanetaryComputer.TileMatrixSetId>
type TileMatrixSetId = struct
Public Structure TileMatrixSetId
Implements IEquatable(Of TileMatrixSetId)
- Inheritance
-
TileMatrixSetId
- Implements
Constructors
| Name | Description |
|---|---|
| TileMatrixSetId(String) |
Initializes a new instance of TileMatrixSetId. |
Properties
| Name | Description |
|---|---|
| CanadianNAD83LCC |
Canadian NAD83 Lambert Conformal Conic projection tile matrix set. |
| EuropeanETRS89LAEAQuad |
European ETRS89 Lambert Azimuthal Equal Area Quad tile matrix set. |
| LINZAntarticaMapTilegrid |
Land Information New Zealand (LINZ) Antarctica Map tile grid matrix set. |
| NZTM2000Quad |
New Zealand Transverse Mercator 2000 Quad tile matrix set. |
| UPSAntarcticWGS84Quad |
Universal Polar Stereographic Antarctic WGS84 Quad tile matrix set. |
| UPSArcticWGS84Quad |
Universal Polar Stereographic Arctic WGS84 Quad tile matrix set. |
| UTM31WGS84Quad |
Universal Transverse Mercator Zone 31 WGS84 Quad tile matrix set. |
| WebMercatorQuad |
Web Mercator Quad tile matrix set. |
| WGS1984Quad |
WGS 1984 Quad tile matrix set. |
| WorldCRS84Quad |
World CRS84 Quad tile matrix set. |
| WorldMercatorWGS84Quad |
World Mercator WGS84 Quad tile matrix set. |
Methods
| Name | Description |
|---|---|
| Equals(TileMatrixSetId) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TileMatrixSetId, TileMatrixSetId) |
Determines if two TileMatrixSetId values are the same. |
| Implicit(String to Nullable<TileMatrixSetId>) | |
| Implicit(String to TileMatrixSetId) |
Converts a string to a TileMatrixSetId. |
| Inequality(TileMatrixSetId, TileMatrixSetId) |
Determines if two TileMatrixSetId values are not the same. |