Class WmtsTileMatrixSet
Describes a WMTS tile matrix set, containing one or more tile matrices and some metadata.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class WmtsTileMatrixSet
Properties
| Name | Description |
|---|---|
| Description | Gets the description (abstract) of this tile matrix set, if specified. |
| Extent | Gets the extent (bounding box) of this tile matrix set, if specified. |
| Id | Gets the identifier of this tile matrix set. |
| Keywords | Gets a list of keywords that describe this tile matrix set. |
| SpatialReference | Gets the spatial reference (supported CRS) of this tile matrix set. |
| TileMatrices | Gets a list of one or more tile matrices in this set. |
| Title | Gets the human-readable title of this WMTS tile matrix set, if specified. |
| WellKnownScaleSetId | Gets the well known scale set used by this tile matrix set, if applicable. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a System.String that represents the current Object. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |