com.esri.arcgis.gisclient
Interface IWMTSServiceDescription

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSServiceDescriptionProxy, WMTSConnection

public interface IWMTSServiceDescription
extends java.io.Serializable

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

Description: 'Provides access to members give access to WMTSServiceDescription information.' 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 IIDb5543b2a_65ef_410c_9819_80ed5bd7e669
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getFeatureInfoFormat(int index)
          Supported FeatureInfoFormat at the given index.
 int getFeatureInfoFormatCount()
          Supported FeatureInfoFormat count.
 java.lang.String getImageFormat(int index)
          Supported GetMap's ImageFormat at the given index.
 int getImageFormatCount()
          Supported GetMap's ImageFormat count.
 IWMTSLayerDescription getLayerDescription(int index)
          WMTS layer information at the given index.
 int getLayerDescriptionCount()
          WMTS layer count.
 java.lang.String getOperationUrl(java.lang.String operation)
          Base url for given operation.
 IWMTSTileMatrixSet getTileMatrixSet(int index)
          WMTS Tile Matrix information at the given index.
 int getTileMatrixSetCount()
          WMTS TileMatrix Set count.
 java.lang.String getWMTSAbstract()
          Abstract of WMTS Service.
 java.lang.String getWMTSName()
          Name of WMTS Service.
 java.lang.String getWMTSTitle()
          Title of WMTS Service.
 java.lang.String getWMTSVersion()
          Version of WMTS Service.
 

Field Detail

IIDb5543b2a_65ef_410c_9819_80ed5bd7e669

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

getWMTSName

java.lang.String getWMTSName()
                             throws java.io.IOException,
                                    AutomationException
Name of WMTS Service.

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

getWMTSAbstract

java.lang.String getWMTSAbstract()
                                 throws java.io.IOException,
                                        AutomationException
Abstract of WMTS Service.

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

getWMTSTitle

java.lang.String getWMTSTitle()
                              throws java.io.IOException,
                                     AutomationException
Title of WMTS Service.

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

getWMTSVersion

java.lang.String getWMTSVersion()
                                throws java.io.IOException,
                                       AutomationException
Version of WMTS Service.

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

getLayerDescriptionCount

int getLayerDescriptionCount()
                             throws java.io.IOException,
                                    AutomationException
WMTS layer count.

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

getLayerDescription

IWMTSLayerDescription getLayerDescription(int index)
                                          throws java.io.IOException,
                                                 AutomationException
WMTS layer information at the given index.

Parameters:
index - The index (in)
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.

getTileMatrixSetCount

int getTileMatrixSetCount()
                          throws java.io.IOException,
                                 AutomationException
WMTS TileMatrix Set count.

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

getTileMatrixSet

IWMTSTileMatrixSet getTileMatrixSet(int index)
                                    throws java.io.IOException,
                                           AutomationException
WMTS Tile Matrix information at the given index.

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

getImageFormatCount

int getImageFormatCount()
                        throws java.io.IOException,
                               AutomationException
Supported GetMap's ImageFormat count.

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

getImageFormat

java.lang.String getImageFormat(int index)
                                throws java.io.IOException,
                                       AutomationException
Supported GetMap's ImageFormat at the given index.

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

getFeatureInfoFormatCount

int getFeatureInfoFormatCount()
                              throws java.io.IOException,
                                     AutomationException
Supported FeatureInfoFormat count.

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

getFeatureInfoFormat

java.lang.String getFeatureInfoFormat(int index)
                                      throws java.io.IOException,
                                             AutomationException
Supported FeatureInfoFormat at the given index.

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

getOperationUrl

java.lang.String getOperationUrl(java.lang.String operation)
                                 throws java.io.IOException,
                                        AutomationException
Base url for given operation.

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