com.esri.arcgis.catalog
Interface IGxWMTSLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxWMTSLayer, IGxWMTSLayerProxy

public interface IGxWMTSLayer
extends java.io.Serializable

COM Interface 'IGxWMTSLayer'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to members GxWMTSLayer object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID44acb999_3e3f_43eb_865f_a9959b5b4f3a
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID44acb999_3e3f_43eb_865f_a9959b5b4f3a

static final int IID44acb999_3e3f_43eb_865f_a9959b5b4f3a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setWMTSServiceDescriptionByRef

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

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

getWMTSServiceDescription

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

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

setWMTSLayerDescriptionByRef

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

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

getWMTSLayerDescription

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

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