Class WmtsTileMatrixSet
Describes a WMTS tile matrix set, containing one or more tile matrices and some metadata.
Inheritance
System.Object
WmtsTileMatrixSet
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 System.Object. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.1 - 200.8 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 200.8 |