|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMTSTileMatrixSetLink
public class WMTSTileMatrixSetLink
Object that describes metadata about the TileMatrixSet reference
Constructor Summary | |
---|---|
WMTSTileMatrixSetLink(Object obj)
Construct a WMTSTileMatrixSetLink 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 |
getTileMatrixSet()
Identifier for the TileMatrix. |
IPropertySet |
getTileMatrixSetLimits(int ix)
TileMatrixLimits that describe the availble tile for this layer. |
int |
getTileMatrixSetLimitsCount()
TileMatrixSetLimits count. |
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 WMTSTileMatrixSetLink(Object obj) throws IOException
obj
to WMTSTileMatrixSetLink
. *
WMTSTileMatrixSetLink o = (WMTSTileMatrixSetLink)obj; // will not work
WMTSTileMatrixSetLink o = new WMTSTileMatrixSetLink(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
WMTSTileMatrixSetLink theWMTSTileMatrixSetLink = (WMTSTileMatrixSetLink) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getTileMatrixSet() throws IOException, AutomationException
getTileMatrixSet
in interface IWMTSTileMatrixSetLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileMatrixSetLimitsCount() throws IOException, AutomationException
getTileMatrixSetLimitsCount
in interface IWMTSTileMatrixSetLink
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getTileMatrixSetLimits(int ix) throws IOException, AutomationException
getTileMatrixSetLimits
in interface IWMTSTileMatrixSetLink
ix
- The ix (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 |