com.esri.arcgis.carto
Interface IWMTSLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSLayerProxy, WMTSLayer

public interface IWMTSLayer
extends java.io.Serializable

COM Interface 'IWMTSLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the properties of WMTS Layer.' 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 IIDe817a24c_ba3e_4d03_892a_7b6eaa2a3128
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean connect(IName pConnectionName)
          Connects to a WMTS Connection Name
 IName getDataSourceName()
          WMTS Connection Name.
 IPropertySet getDimensions()
          Values for the avialble dimensions in WMTS Layer.
 java.lang.String getImageFormat()
          Image format.
 java.lang.String getLayerName()
          Layer name in a WMTS Service.
 java.lang.String getStyle()
          Style from WMTS Layer.
 java.lang.String getTileMatrixSet()
          TileMatrixSet to be used by the service.
 void getWMTSConnection(IWMTSConnection pConnection)
          WMTS Connection.
 void setDataSourceName(IName ppConnectionName)
          WMTS Connection Name.
 void setDimensions(IPropertySet dimensions)
          Values for the avialble dimensions in WMTS Layer.
 void setImageFormat(java.lang.String imageFormat)
          Image format.
 void setStyle(java.lang.String styleName)
          Style from WMTS Layer.
 void setTileMatrixSet(java.lang.String tileMatrix)
          TileMatrixSet to be used by the service.
 

Field Detail

IIDe817a24c_ba3e_4d03_892a_7b6eaa2a3128

static final int IIDe817a24c_ba3e_4d03_892a_7b6eaa2a3128
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

connect

boolean connect(IName pConnectionName)
                throws java.io.IOException,
                       AutomationException
Connects to a WMTS Connection Name

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

getDataSourceName

IName getDataSourceName()
                        throws java.io.IOException,
                               AutomationException
WMTS Connection Name.

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

setDataSourceName

void setDataSourceName(IName ppConnectionName)
                       throws java.io.IOException,
                              AutomationException
WMTS Connection Name.

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

getWMTSConnection

void getWMTSConnection(IWMTSConnection pConnection)
                       throws java.io.IOException,
                              AutomationException
WMTS Connection.

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

getLayerName

java.lang.String getLayerName()
                              throws java.io.IOException,
                                     AutomationException
Layer name in a WMTS Service.

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

setDimensions

void setDimensions(IPropertySet dimensions)
                   throws java.io.IOException,
                          AutomationException
Values for the avialble dimensions in WMTS Layer.

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

getDimensions

IPropertySet getDimensions()
                           throws java.io.IOException,
                                  AutomationException
Values for the avialble dimensions in WMTS Layer.

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

setTileMatrixSet

void setTileMatrixSet(java.lang.String tileMatrix)
                      throws java.io.IOException,
                             AutomationException
TileMatrixSet to be used by the service.

Parameters:
tileMatrix - The tileMatrix (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileMatrixSet

java.lang.String getTileMatrixSet()
                                  throws java.io.IOException,
                                         AutomationException
TileMatrixSet to be used by the service.

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

getImageFormat

java.lang.String getImageFormat()
                                throws java.io.IOException,
                                       AutomationException
Image format.

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

setImageFormat

void setImageFormat(java.lang.String imageFormat)
                    throws java.io.IOException,
                           AutomationException
Image format.

Parameters:
imageFormat - The imageFormat (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

void setStyle(java.lang.String styleName)
              throws java.io.IOException,
                     AutomationException
Style from WMTS Layer.

Parameters:
styleName - The styleName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStyle

java.lang.String getStyle()
                          throws java.io.IOException,
                                 AutomationException
Style from WMTS Layer.

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