com.esri.arcgis.search
Class ItemInfoTypeHelper

java.lang.Object
  extended by com.esri.arcgis.search.ItemInfoTypeHelper
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, IItemInfoTypeHelper, Serializable

public class ItemInfoTypeHelper
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IItemInfoTypeHelper

ItemInfoTypeHelper helper coclass.

See Also:
Serialized Form

Constructor Summary
ItemInfoTypeHelper()
          Constructs a ItemInfoTypeHelper using ArcGIS Engine.
ItemInfoTypeHelper(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ItemInfoTypeHelper theItemInfoTypeHelper = (ItemInfoTypeHelper) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 IItemInfoType getItemInfoTypeByDE(IDataElement pDE, int geoType)
          Type info of the input DE.
 IItemInfoType getItemInfoTypeByID(String typeID)
          Keywords by the ID of the type.
 IEnumItemInfoTypes getTypes()
          All available types unknown by the system.
 int getTypesCount()
          Total keywords 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

ItemInfoTypeHelper

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

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

ItemInfoTypeHelper

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

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

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

getTypesCount

public int getTypesCount()
                  throws IOException,
                         AutomationException
Total keywords count.

Specified by:
getTypesCount in interface IItemInfoTypeHelper
Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypes

public IEnumItemInfoTypes getTypes()
                            throws IOException,
                                   AutomationException
All available types unknown by the system.

Specified by:
getTypes in interface IItemInfoTypeHelper
Returns:
A reference to a com.esri.arcgis.search.IEnumItemInfoTypes
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoTypeByID

public IItemInfoType getItemInfoTypeByID(String typeID)
                                  throws IOException,
                                         AutomationException
Keywords by the ID of the type.

Specified by:
getItemInfoTypeByID in interface IItemInfoTypeHelper
Parameters:
typeID - The typeID (in)
Returns:
A reference to a com.esri.arcgis.search.IItemInfoType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoTypeByDE

public IItemInfoType getItemInfoTypeByDE(IDataElement pDE,
                                         int geoType)
                                  throws IOException,
                                         AutomationException
Type info of the input DE.

Specified by:
getItemInfoTypeByDE in interface IItemInfoTypeHelper
Parameters:
pDE - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
geoType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Returns:
A reference to a com.esri.arcgis.search.IItemInfoType
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.