com.esri.arcgis.gisclient
Class WMTSTileMatrix

java.lang.Object
  extended by com.esri.arcgis.gisclient.WMTSTileMatrix
All Implemented Interfaces:
IWMTSTileMatrix, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class WMTSTileMatrix
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IWMTSTileMatrix

COM Class 'WMTSTileMatrix'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description 'Object that describes 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.gisclient.IWMTSTileMatrix
IID, IID3fc53a77_74d8_4eb5_aa3c_d3797439e2a3, xxDummy
 
Constructor Summary
WMTSTileMatrix(java.lang.Object obj)
          Construct a WMTSTileMatrix using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 java.lang.String getIdentifier()
          Tile matrix set identifier.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 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.
 int hashCode()
          the hashcode for this object
 void release()
          Release a WMTSTileMatrix.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMTSTileMatrix

public WMTSTileMatrix(java.lang.Object obj)
               throws java.io.IOException
Construct a WMTSTileMatrix using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to WMTSTileMatrix.
Casting to this class from the return value of a method will not work, as this class represents an abstract class in ArcObjects.
*
WMTSTileMatrix o = (WMTSTileMatrix)obj; // will not work

WMTSTileMatrix o = new WMTSTileMatrix(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server

Throws:
java.io.IOException - if there are interop problems WMTSTileMatrix theWMTSTileMatrix = (WMTSTileMatrix) obj;
Method Detail

equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a WMTSTileMatrix.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getIdentifier

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

Specified by:
getIdentifier in interface IWMTSTileMatrix
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getScaleDenominator

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

Specified by:
getScaleDenominator in interface IWMTSTileMatrix
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopLeftCorner

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

Specified by:
getTopLeftCorner in interface IWMTSTileMatrix
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

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

Specified by:
getTileWidth in interface IWMTSTileMatrix
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTileHeight

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

Specified by:
getTileHeight in interface IWMTSTileMatrix
Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMatrixWidth

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

Specified by:
getMatrixWidth in interface IWMTSTileMatrix
Returns:
The width
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMatrixHeight

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

Specified by:
getMatrixHeight in interface IWMTSTileMatrix
Returns:
The height
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.