|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMTSTileMatrix
public class WMTSTileMatrix
Object that describes a particular tile matrix
Constructor Summary | |
---|---|
WMTSTileMatrix(Object obj)
Construct a WMTSTileMatrix using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
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. |
int |
hashCode()
the hashcode for this object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public WMTSTileMatrix(Object obj) throws IOException
obj
to WMTSTileMatrix
. *
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
IOException
- if there are interop problems
WMTSTileMatrix theWMTSTileMatrix = (WMTSTileMatrix) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getIdentifier() throws IOException, AutomationException
getIdentifier
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getScaleDenominator() throws IOException, AutomationException
getScaleDenominator
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public _WKSPoint getTopLeftCorner() throws IOException, AutomationException
getTopLeftCorner
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileWidth() throws IOException, AutomationException
getTileWidth
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileHeight() throws IOException, AutomationException
getTileHeight
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMatrixWidth() throws IOException, AutomationException
getMatrixWidth
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMatrixHeight() throws IOException, AutomationException
getMatrixHeight
in interface IWMTSTileMatrix
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |