|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.gisclient.WMTSTileMatrixSet
public class WMTSTileMatrixSet
Object that describes a particular set of tile matrices
| Constructor Summary | |
|---|---|
WMTSTileMatrixSet(Object obj)
Construct a WMTSTileMatrixSet using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IEnvelope |
getBoundingBox()
Minimum bounding rectangle surrounding the visible layer presented by this tile matrix set, in the supported CRS. |
String |
getBoundingBoxCRS()
CRS for the BoundingBox |
String |
getIdentifier()
Tile matrix set identifier. |
String |
getSupportedCRS()
Reference to one coordinate reference system (CRS). |
IWMTSTileMatrix |
getTileMatrix(int index)
TileMatrix at the given index. |
int |
getTileMatrixCount()
TileMatrix count. |
String |
getTitle()
Tile matrix set title. |
String |
getWellKnownScaleSet()
Reference to a well known scale set. |
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 WMTSTileMatrixSet(Object obj)
throws IOException
obj to WMTSTileMatrixSet. *
WMTSTileMatrixSet o = (WMTSTileMatrixSet)obj; // will not work
WMTSTileMatrixSet o = new WMTSTileMatrixSet(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
WMTSTileMatrixSet theWMTSTileMatrixSet = (WMTSTileMatrixSet) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getIdentifier()
throws IOException,
AutomationException
getIdentifier in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTitle()
throws IOException,
AutomationException
getTitle in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSupportedCRS()
throws IOException,
AutomationException
getSupportedCRS in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getWellKnownScaleSet()
throws IOException,
AutomationException
getWellKnownScaleSet in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getBoundingBoxCRS()
throws IOException,
AutomationException
getBoundingBoxCRS in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getBoundingBox()
throws IOException,
AutomationException
getBoundingBox in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTileMatrixCount()
throws IOException,
AutomationException
getTileMatrixCount in interface IWMTSTileMatrixSetIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWMTSTileMatrix getTileMatrix(int index)
throws IOException,
AutomationException
getTileMatrix in interface IWMTSTileMatrixSetindex - The index (in)
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 | ||||||||