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, java.io.Serializable

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

COM Class 'ItemInfoTypeHelper'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description 'ItemInfoTypeHelper helper coclass.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.search.IItemInfoTypeHelper
IID, IID2093311a_d1e6_4a99_b9a3_cad87c488fe0, xxDummy
 
Constructor Summary
ItemInfoTypeHelper()
          Constructs a ItemInfoTypeHelper using ArcGIS Engine.
ItemInfoTypeHelper(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ItemInfoTypeHelper theItemInfoTypeHelper = (ItemInfoTypeHelper) obj;
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 IItemInfoType getItemInfoTypeByDataElement(IDataElement pDE, IDataset pDataset, int geoType)
          Type info of the input Data Element given an optional IDataset object.
 IItemInfoType getItemInfoTypeByDE(IDataElement pDE, int geoType)
          Type info of the input Data Element.
 IItemInfoType getItemInfoTypeByID(java.lang.String typeID)
          Keywords by the ID of the type.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IEnumItemInfoTypes getTypes()
          All available types unknown by the system.
 int getTypesCount()
          Total keywords count.
 int hashCode()
          the hashcode for this object
 void release()
          Release a ItemInfoTypeHelper.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemInfoTypeHelper

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

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ItemInfoTypeHelper

public ItemInfoTypeHelper(java.lang.Object obj)
                   throws java.io.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:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

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

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ItemInfoTypeHelper.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getTypesCount

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

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

getTypes

public IEnumItemInfoTypes getTypes()
                            throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoTypeByID

public IItemInfoType getItemInfoTypeByID(java.lang.String typeID)
                                  throws java.io.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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoTypeByDE

public IItemInfoType getItemInfoTypeByDE(IDataElement pDE,
                                         int geoType)
                                  throws java.io.IOException,
                                         AutomationException
Type info of the input Data Element.

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoTypeByDataElement

public IItemInfoType getItemInfoTypeByDataElement(IDataElement pDE,
                                                  IDataset pDataset,
                                                  int geoType)
                                           throws java.io.IOException,
                                                  AutomationException
Type info of the input Data Element given an optional IDataset object.

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