|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.gisclient.WMTSDimension
public class WMTSDimension
WMTS Dimension.
Constructor Summary | |
---|---|
WMTSDimension()
Constructs a WMTSDimension using ArcGIS Engine. |
|
WMTSDimension(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. WMTSDimension theWMTSDimension = (WMTSDimension) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAbstract()
Abstract of the WMTS Dimension. |
static String |
getClsid()
getClsid. |
String |
getDefaultValue()
Default value for WMTS Dimension. |
String |
getIdentifier()
Identifier of WMTS Dimension. |
String |
getTitle()
Title of WMTS Dimension. |
String |
getUnitsSymbol()
Symbol of the units for value in WMTS Dimension. |
String |
getValue(int ix)
Value at a given index in WMTS Dimension. |
int |
getValueCount()
Value count in WMTS Dimension. |
int |
hashCode()
the hashcode for this object |
boolean |
isSupportsCurrentValue()
Value count in WMTS Dimension. |
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 WMTSDimension() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic WMTSDimension(Object obj) throws IOException
WMTSDimension theWMTSDimension = (WMTSDimension) obj;
obj
to WMTSDimension
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
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 IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTitle() throws IOException, AutomationException
getTitle
in interface IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getAbstract() throws IOException, AutomationException
getAbstract
in interface IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getValueCount() throws IOException, AutomationException
getValueCount
in interface IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getValue(int ix) throws IOException, AutomationException
getValue
in interface IWMTSDimension
ix
- The ix (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDefaultValue() throws IOException, AutomationException
getDefaultValue
in interface IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsCurrentValue() throws IOException, AutomationException
isSupportsCurrentValue
in interface IWMTSDimension
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUnitsSymbol() throws IOException, AutomationException
getUnitsSymbol
in interface IWMTSDimension
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 |