com.esri.arcgis.search
Interface IItemInfoTypeHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IItemInfoTypeHelperProxy, ItemInfoTypeHelper

public interface IItemInfoTypeHelper
extends java.io.Serializable

COM Interface 'IItemInfoTypeHelper'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to members of IItemInfoTypeHelper.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2093311a_d1e6_4a99_b9a3_cad87c488fe0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 IEnumItemInfoTypes getTypes()
          All available types unknown by the system.
 int getTypesCount()
          Total keywords count.
 

Field Detail

IID2093311a_d1e6_4a99_b9a3_cad87c488fe0

static final int IID2093311a_d1e6_4a99_b9a3_cad87c488fe0
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getTypesCount

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

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

getTypes

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

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

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

getItemInfoTypeByDE

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

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

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.

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.