com.esri.arcgis.catalog
Interface IGxWMTSLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxWMTSLayer

public interface IGxWMTSLayer
extends Serializable

Provides access to members GxWMTSLayer object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWMTSLayerDescription getWMTSLayerDescription()
          The description of WMTS layer.
 IWMTSServiceDescription getWMTSServiceDescription()
          The description of WMTS service.
 void setWMTSLayerDescriptionByRef(IWMTSLayerDescription ppWMTSLayerDescription)
          The description of WMTS layer.
 void setWMTSServiceDescriptionByRef(IWMTSServiceDescription ppWMTSServiceDescription)
          The description of WMTS service.
 

Method Detail

setWMTSServiceDescriptionByRef

void setWMTSServiceDescriptionByRef(IWMTSServiceDescription ppWMTSServiceDescription)
                                    throws IOException,
                                           AutomationException
The description of WMTS service.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppWMTSServiceDescription - A reference to a com.esri.arcgis.gisclient.IWMTSServiceDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMTSServiceDescription

IWMTSServiceDescription getWMTSServiceDescription()
                                                  throws IOException,
                                                         AutomationException
The description of WMTS service.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.gisclient.IWMTSServiceDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWMTSLayerDescriptionByRef

void setWMTSLayerDescriptionByRef(IWMTSLayerDescription ppWMTSLayerDescription)
                                  throws IOException,
                                         AutomationException
The description of WMTS layer.

Product Availability

Available with ArcGIS Desktop.

Parameters:
ppWMTSLayerDescription - A reference to a com.esri.arcgis.gisclient.IWMTSLayerDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWMTSLayerDescription

IWMTSLayerDescription getWMTSLayerDescription()
                                              throws IOException,
                                                     AutomationException
The description of WMTS layer.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.gisclient.IWMTSLayerDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.