com.esri.arcgis.search
Interface IItemInfoTypeHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
ItemInfoTypeHelper

public interface IItemInfoTypeHelper
extends Serializable

Provides access to members of IItemInfoTypeHelper.


Method Summary
 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.
 

Method Detail

getTypesCount

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

Returns:
The pCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTypes

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

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

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

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

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

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.