com.esri.arcgis.gisclient
Interface IWMTSTileMatrix

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWMTSTileMatrixProxy, WMTSTileMatrix

public interface IWMTSTileMatrix
extends java.io.Serializable

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

Description: 'Provides access to members that describe a particular tile matrix.' 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 IID3fc53a77_74d8_4eb5_aa3c_d3797439e2a3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getIdentifier()
          Tile matrix set identifier.
 int getMatrixHeight()
          Height of each tile of this tile matrix in pixels.
 int getMatrixWidth()
          Width of each tile of this tile matrix in pixels.
 double getScaleDenominator()
          Scale denominator level of this tile matrix.
 int getTileHeight()
          Height of each tile of this tile matrix in pixels.
 int getTileWidth()
          Width of each tile of this tile matrix in pixels.
 _WKSPoint getTopLeftCorner()
          Position in CRS coordinates of the top-left corner of this tile matrix.
 

Field Detail

IID3fc53a77_74d8_4eb5_aa3c_d3797439e2a3

static final int IID3fc53a77_74d8_4eb5_aa3c_d3797439e2a3
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 iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScaleDenominator

double getScaleDenominator()
                           throws java.io.IOException,
                                  AutomationException
Scale denominator level of this tile matrix.

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

getTopLeftCorner

_WKSPoint getTopLeftCorner()
                           throws java.io.IOException,
                                  AutomationException
Position in CRS coordinates of the top-left corner of this tile matrix.

Returns:
A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileWidth

int getTileWidth()
                 throws java.io.IOException,
                        AutomationException
Width of each tile of this tile matrix in pixels.

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

getTileHeight

int getTileHeight()
                  throws java.io.IOException,
                         AutomationException
Height of each tile of this tile matrix in pixels.

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

getMatrixWidth

int getMatrixWidth()
                   throws java.io.IOException,
                          AutomationException
Width of each tile of this tile matrix in pixels.

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

getMatrixHeight

int getMatrixHeight()
                    throws java.io.IOException,
                           AutomationException
Height of each tile of this tile matrix in pixels.

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