com.esri.arcgis.gisclient
Interface IWMTSTileMatrixSetLink

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSTileMatrixSetLinkProxy, WMTSTileMatrixSetLink

public interface IWMTSTileMatrixSetLink
extends java.io.Serializable

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

Description: 'Provides access to members that describe metadata about the TileMatrixSet reference.' 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 IID95ad2016_d7ae_44d4_a121_cb2645f4ea42
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getTileMatrixSet()
          Identifier for the TileMatrix.
 IPropertySet getTileMatrixSetLimits(int ix)
          TileMatrixLimits that describe the availble tile for this layer.
 int getTileMatrixSetLimitsCount()
          TileMatrixSetLimits count.
 

Field Detail

IID95ad2016_d7ae_44d4_a121_cb2645f4ea42

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

getTileMatrixSet

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

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

getTileMatrixSetLimitsCount

int getTileMatrixSetLimitsCount()
                                throws java.io.IOException,
                                       AutomationException
TileMatrixSetLimits count.

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

getTileMatrixSetLimits

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

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