com.esri.arcgis.gisclient
Interface IWMTSTileMatrixSet

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSTileMatrixSetProxy, WMTSTileMatrixSet

public interface IWMTSTileMatrixSet
extends java.io.Serializable

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

Description: 'Provides access to methods that describe a particular set of tile matrices.' 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 IIDb7d67eda_daf2_49b0_8c27_3c4df14b69b5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnvelope getBoundingBox()
          Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS.
 java.lang.String getBoundingBoxCRS()
          CRS for the BoundingBox
 java.lang.String getIdentifier()
          Tile matrix set identifier.
 java.lang.String getSupportedCRS()
          Reference to one coordinate reference system (CRS).
 IWMTSTileMatrix getTileMatrix(int index)
          TileMatrix at the given index.
 int getTileMatrixCount()
          TileMatrix count.
 java.lang.String getTitle()
          Tile matrix set title.
 java.lang.String getWellKnownScaleSet()
          Reference to a well known scale set.
 

Field Detail

IIDb7d67eda_daf2_49b0_8c27_3c4df14b69b5

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

getIdentifier

java.lang.String getIdentifier()
                               throws java.io.IOException,
                                      AutomationException
Tile matrix set identifier.

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

getTitle

java.lang.String getTitle()
                          throws java.io.IOException,
                                 AutomationException
Tile matrix set title.

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

getSupportedCRS

java.lang.String getSupportedCRS()
                                 throws java.io.IOException,
                                        AutomationException
Reference to one coordinate reference system (CRS).

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

getWellKnownScaleSet

java.lang.String getWellKnownScaleSet()
                                      throws java.io.IOException,
                                             AutomationException
Reference to a well known scale set.

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

getBoundingBoxCRS

java.lang.String getBoundingBoxCRS()
                                   throws java.io.IOException,
                                          AutomationException
CRS for the BoundingBox

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

getBoundingBox

IEnvelope getBoundingBox()
                         throws java.io.IOException,
                                AutomationException
Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS.

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

getTileMatrixCount

int getTileMatrixCount()
                       throws java.io.IOException,
                              AutomationException
TileMatrix count.

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

getTileMatrix

IWMTSTileMatrix getTileMatrix(int index)
                              throws java.io.IOException,
                                     AutomationException
TileMatrix at the given index.

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