This document is archived and information here might be outdated.  Recommended version.


IWMTSLayerDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface
ArcGIS Developer Help

IWMTSLayerDescription Interface

Provides access to members give access to WMTSLayerDescription information.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property Abstract Abstract of the WMTS layer.
Read-only property BoundingBox Minimum bounding extents of the layer data along with the applicable SRS.
Read-only property BoundingBoxCount Number of bounding extents of the layer.
Read-only property Dimension Dimension of the layer at the given index.
Read-only property DimensionCount Number of dimension in the layer.
Read-only property FeatureInfoFormat Supported FeatureInfoFormat at the given index.
Read-only property FeatureInfoFormatCount Supported FeatureInfoFormat count.
Method GetRESTResourceInfo Url for the given REST resource.
Read-only property Identifier Identifier of WMTS layer.
Read-only property ImageFormat Supported GetMap's ImageFormat at the given index.
Read-only property ImageFormatCount Supported GetMap's ImageFormat count.
Read-only property StyleDescription Style of the layer at the given index.
Read-only property StyleDescriptionCount Number of styles in the layer.
Read-only property TileMatrixSetLink TileMatrixSet Link of the layer at the given index.
Read-only property TileMatrixSetLinkCount Number of TileMatrixSet Links in the layer.
Read-only property Title Title of WMTS layer.
Read-only property WGS84BoundingBox Minimum bounding extent of the layer data in EPSG:4326.
Read-only property WMTSVersion WMTS Version.

Classes that implement IWMTSLayerDescription

Classes Description
WMTSLayerDescription A factory object for WMTS Layer Description.