com.esri.arcgis.gisclient
Interface IWMTSTileMatrixSetLink

All Superinterfaces:
Serializable
All Known Implementing Classes:
WMTSTileMatrixSetLink

public interface IWMTSTileMatrixSetLink
extends Serializable

Provides access to members that describe metadata about the TileMatrixSet reference.

Product Availability

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


Method Summary
 String getTileMatrixSet()
          Identifier for the TileMatrix.
 IPropertySet getTileMatrixSetLimits(int ix)
          TileMatrixLimits that describe the availble tile for this layer.
 int getTileMatrixSetLimitsCount()
          TileMatrixSetLimits count.
 

Method Detail

getTileMatrixSet

String getTileMatrixSet()
                        throws IOException,
                               AutomationException
Identifier for the TileMatrix.

Product Availability

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

Returns:
The iD
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLimitsCount

int getTileMatrixSetLimitsCount()
                                throws IOException,
                                       AutomationException
TileMatrixSetLimits count.

Product Availability

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

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSetLimits

IPropertySet getTileMatrixSetLimits(int ix)
                                    throws IOException,
                                           AutomationException
TileMatrixLimits that describe the availble tile for this layer.

Product Availability

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

Parameters:
ix - The ix (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.