com.esri.arcgis.search
Class IGPItemInfoHelperProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.search.IGPItemInfoHelperProxy
All Implemented Interfaces:
IGPItemInfoHelper, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IGPItemInfoHelper'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to helper functions for item info.' 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 =

public class IGPItemInfoHelperProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPItemInfoHelper, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.search.IGPItemInfoHelper
IID, IIDaf93faae_e112_4cd3_bb3f_1b0690fc7d57
 
Constructor Summary
  IGPItemInfoHelperProxy()
          Deprecated. For internal use only
  IGPItemInfoHelperProxy(java.lang.Object obj)
          Deprecated.  
protected IGPItemInfoHelperProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPItemInfoHelperProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPItemInfoHelperProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void convertExtentToWGS84(IItemInfo[] pItemInfo)
          Deprecated. Converts the coordinates of the item info extent to WGS84.
 void extractItemInfoFromMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo)
          Deprecated. Extract user defined Item Info from metadata.
 IItemInfos getItemInfoByCatalogPath(java.lang.String catalogPath)
          Deprecated. Create item infos from a catalog path.
 IItemInfo getItemInfoByCatalogPathAndType(java.lang.String catalogPath, IGPDataType pDataType)
          Deprecated. Create item info from Catalog path.
 IItemInfo getItemInfoByDataElement(IDataElement pDE)
          Deprecated. Provides access to ItemInfo Helper object.
 IItemInfo getItemInfoByDataElement2(IDataElement pDE, int geoType)
          Deprecated. Create item info from Data Element and Geometry Types.
 IItemInfo getItemInfoByDataset(IDataset pDataset)
          Deprecated. Create item info from Dataset.
 IItemInfo getItemInfoByDatasetName(IDatasetName pDatasetName)
          Deprecated. Create item info from DatesetName.
 IItemInfo getItemInfoByGPLayer(IGPLayer pGPLayer)
          Deprecated. Create item infos from layer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void updateItemInfoByCatalogPathAndType(java.lang.String catalogPath, IGPDataType pDataType, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 void updateItemInfoByDataElement(IDataElement pDE, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 void updateItemInfoByDataset(IDataset pDataset, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 void updateItemInfoByDatasetName(IDatasetName pDatasetName, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 void updateItemInfoByGPLayer(IGPLayer pGPLayer, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 void updateItemInfoByMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo)
          Deprecated. Update the item info of the specified object.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IGPItemInfoHelperProxy

public IGPItemInfoHelperProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IGPItemInfoHelperProxy

public IGPItemInfoHelperProxy()
Deprecated. 
For internal use only


IGPItemInfoHelperProxy

public IGPItemInfoHelperProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPItemInfoHelperProxy

protected IGPItemInfoHelperProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IGPItemInfoHelperProxy

protected IGPItemInfoHelperProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getItemInfoByDataElement

public IItemInfo getItemInfoByDataElement(IDataElement pDE)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Provides access to ItemInfo Helper object. User can get item info from it.

Specified by:
getItemInfoByDataElement in interface IGPItemInfoHelper
Parameters:
pDE - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByDataElement2

public IItemInfo getItemInfoByDataElement2(IDataElement pDE,
                                           int geoType)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Create item info from Data Element and Geometry Types.

Specified by:
getItemInfoByDataElement2 in interface IGPItemInfoHelper
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.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByDataset

public IItemInfo getItemInfoByDataset(IDataset pDataset)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Create item info from Dataset.

Specified by:
getItemInfoByDataset in interface IGPItemInfoHelper
Parameters:
pDataset - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByDatasetName

public IItemInfo getItemInfoByDatasetName(IDatasetName pDatasetName)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Create item info from DatesetName.

Specified by:
getItemInfoByDatasetName in interface IGPItemInfoHelper
Parameters:
pDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByCatalogPathAndType

public IItemInfo getItemInfoByCatalogPathAndType(java.lang.String catalogPath,
                                                 IGPDataType pDataType)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Create item info from Catalog path.

Specified by:
getItemInfoByCatalogPathAndType in interface IGPItemInfoHelper
Parameters:
catalogPath - The catalogPath (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByCatalogPath

public IItemInfos getItemInfoByCatalogPath(java.lang.String catalogPath)
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Create item infos from a catalog path.

Specified by:
getItemInfoByCatalogPath in interface IGPItemInfoHelper
Parameters:
catalogPath - The catalogPath (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfos
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByGPLayer

public IItemInfo getItemInfoByGPLayer(IGPLayer pGPLayer)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Create item infos from layer.

Specified by:
getItemInfoByGPLayer in interface IGPItemInfoHelper
Parameters:
pGPLayer - A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByMetadata

public void updateItemInfoByMetadata(IMetadata pMetadata,
                                     IItemInfo[] pItemInfo)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByMetadata in interface IGPItemInfoHelper
Parameters:
pMetadata - A reference to a com.esri.arcgis.geodatabase.IMetadata (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByDataElement

public void updateItemInfoByDataElement(IDataElement pDE,
                                        IItemInfo[] pItemInfo)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByDataElement in interface IGPItemInfoHelper
Parameters:
pDE - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByDataset

public void updateItemInfoByDataset(IDataset pDataset,
                                    IItemInfo[] pItemInfo)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByDataset in interface IGPItemInfoHelper
Parameters:
pDataset - A reference to a com.esri.arcgis.geodatabase.IDataset (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByDatasetName

public void updateItemInfoByDatasetName(IDatasetName pDatasetName,
                                        IItemInfo[] pItemInfo)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByDatasetName in interface IGPItemInfoHelper
Parameters:
pDatasetName - A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByCatalogPathAndType

public void updateItemInfoByCatalogPathAndType(java.lang.String catalogPath,
                                               IGPDataType pDataType,
                                               IItemInfo[] pItemInfo)
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByCatalogPathAndType in interface IGPItemInfoHelper
Parameters:
catalogPath - The catalogPath (in)
pDataType - A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateItemInfoByGPLayer

public void updateItemInfoByGPLayer(IGPLayer pGPLayer,
                                    IItemInfo[] pItemInfo)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Update the item info of the specified object.

Specified by:
updateItemInfoByGPLayer in interface IGPItemInfoHelper
Parameters:
pGPLayer - A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

extractItemInfoFromMetadata

public void extractItemInfoFromMetadata(IMetadata pMetadata,
                                        IItemInfo[] pItemInfo)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Extract user defined Item Info from metadata.

Specified by:
extractItemInfoFromMetadata in interface IGPItemInfoHelper
Parameters:
pMetadata - A reference to a com.esri.arcgis.geodatabase.IMetadata (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertExtentToWGS84

public void convertExtentToWGS84(IItemInfo[] pItemInfo)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Converts the coordinates of the item info extent to WGS84.

Specified by:
convertExtentToWGS84 in interface IGPItemInfoHelper
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.