com.esri.arcgis.gisclient
Class WMTSDimension

java.lang.Object
  extended by com.esri.arcgis.gisclient.WMTSDimension
All Implemented Interfaces:
IWMTSDimension, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class WMTSDimension
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IWMTSDimension

WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

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

WMTSDimension

public WMTSDimension()
              throws IOException,
                     UnknownHostException
Constructs a WMTSDimension using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

WMTSDimension

public WMTSDimension(Object obj)
              throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
WMTSDimension theWMTSDimension = (WMTSDimension) obj;

Construct a WMTSDimension using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to WMTSDimension.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getIdentifier

public String getIdentifier()
                     throws IOException,
                            AutomationException
Identifier of WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getTitle

public String getTitle()
                throws IOException,
                       AutomationException
Title of WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getTitle in interface IWMTSDimension
Returns:
The title
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAbstract

public String getAbstract()
                   throws IOException,
                          AutomationException
Abstract of the WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getAbstract in interface IWMTSDimension
Returns:
The esri_abstract
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValueCount

public int getValueCount()
                  throws IOException,
                         AutomationException
Value count in WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getValueCount in interface IWMTSDimension
Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getValue

public String getValue(int ix)
                throws IOException,
                       AutomationException
Value at a given index in WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getValue in interface IWMTSDimension
Parameters:
ix - The ix (in)
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDefaultValue

public String getDefaultValue()
                       throws IOException,
                              AutomationException
Default value for WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getDefaultValue in interface IWMTSDimension
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsCurrentValue

public boolean isSupportsCurrentValue()
                               throws IOException,
                                      AutomationException
Value count in WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isSupportsCurrentValue in interface IWMTSDimension
Returns:
The supports
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUnitsSymbol

public String getUnitsSymbol()
                      throws IOException,
                             AutomationException
Symbol of the units for value in WMTS Dimension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getUnitsSymbol in interface IWMTSDimension
Returns:
The value
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.