com.esri.arcgis.geodatabase
Class ClassHelper

java.lang.Object
  extended by com.esri.arcgis.geodatabase.ClassHelper
All Implemented Interfaces:
IClassHelper, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class ClassHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IClassHelper

Esri Class Helper.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
ClassHelper()
          Constructs a ClassHelper using ArcGIS Engine.
ClassHelper(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ClassHelper theClassHelper = (ClassHelper) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
 IClass esri_getClass()
          The class for this class helper.
static String getClsid()
          getClsid.
 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

ClassHelper

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

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

ClassHelper

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

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

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

esri_getClass

public IClass esri_getClass()
                     throws IOException,
                            AutomationException
The class for this class helper.

Product Availability

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

Specified by:
esri_getClass in interface IClassHelper
Returns:
A reference to a com.esri.arcgis.geodatabase.IClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.