com.esri.arcgis.search
Class IGPItemInfoHelperImplProxy

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

public class IGPItemInfoHelperImplProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPItemInfoHelperImpl, java.io.Serializable

Internal use class Proxy for COM Interface 'IGPItemInfoHelperImpl'. 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
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.IGPItemInfoHelperImpl
IID, IID3d86f8fd_d202_49fb_86ab_712449b93bf7
 
Constructor Summary
  IGPItemInfoHelperImplProxy()
          For internal use only
  IGPItemInfoHelperImplProxy(java.lang.Object obj)
           
protected IGPItemInfoHelperImplProxy(java.lang.Object obj, java.lang.String iid)
           
  IGPItemInfoHelperImplProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IGPItemInfoHelperImplProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 void documentInfo2ItemInfo(IDocumentInfo pDocInfo, IItemInfo pItemInfo)
          Update Item Info from document info.
 IItemInfo getItemInfoByDataElement3(IDataElement pDE, IDataset pDataset, int geoType)
          Create item info from the data element, an optional corresponding dataset, and an optional geometry type.
 IThumbnailInfo getThumbnailInfoFromMD(IPropertySet pMD)
          Get thumbnail info from metadata.
 IThumbnailInfo getThumbnailInfoFromPicture(IPicture pPicture)
          Get thumbnail info from metadata.
 IThumbnailInfo getThumbnailInfoFromStream(IStream pStream)
          Get thumbnail info from Stream.
 IItemInfoTypeHelper getTypeHelper()
          Item Info type helper.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 void retrieveDocOrLayerItemInfo(java.lang.String catalogPath, IItemInfo pItemInfo)
          Retrieve item info for documents or layer.
 void setTypeHelperByRef(IItemInfoTypeHelper ppHelper)
          Item Info type helper.
 void updateMetadataByItemInfo(IPropertySet pMD, IItemInfo pItemInfo)
          Update metadata from Item Info.
 void updateUserDefinedItemInfo(IItemInfo pItemInfo, IPropertySet pMD, boolean vbDocOrLayer)
          Init ItemInfo from metadata.
 
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

noncastable

public boolean noncastable
Constructor Detail

IGPItemInfoHelperImplProxy

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

IGPItemInfoHelperImplProxy

public IGPItemInfoHelperImplProxy()
For internal use only


IGPItemInfoHelperImplProxy

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

IGPItemInfoHelperImplProxy

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

IGPItemInfoHelperImplProxy

protected IGPItemInfoHelperImplProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
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
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
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getTypeHelper

public IItemInfoTypeHelper getTypeHelper()
                                  throws java.io.IOException,
                                         AutomationException
Item Info type helper.

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

setTypeHelperByRef

public void setTypeHelperByRef(IItemInfoTypeHelper ppHelper)
                        throws java.io.IOException,
                               AutomationException
Item Info type helper.

Specified by:
setTypeHelperByRef in interface IGPItemInfoHelperImpl
Parameters:
ppHelper - A reference to a com.esri.arcgis.search.IItemInfoTypeHelper (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateUserDefinedItemInfo

public void updateUserDefinedItemInfo(IItemInfo pItemInfo,
                                      IPropertySet pMD,
                                      boolean vbDocOrLayer)
                               throws java.io.IOException,
                                      AutomationException
Init ItemInfo from metadata.

Specified by:
updateUserDefinedItemInfo in interface IGPItemInfoHelperImpl
Parameters:
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
pMD - A reference to a com.esri.arcgis.system.IPropertySet (in)
vbDocOrLayer - The vbDocOrLayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateMetadataByItemInfo

public void updateMetadataByItemInfo(IPropertySet pMD,
                                     IItemInfo pItemInfo)
                              throws java.io.IOException,
                                     AutomationException
Update metadata from Item Info.

Specified by:
updateMetadataByItemInfo in interface IGPItemInfoHelperImpl
Parameters:
pMD - A reference to a com.esri.arcgis.system.IPropertySet (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

retrieveDocOrLayerItemInfo

public void retrieveDocOrLayerItemInfo(java.lang.String catalogPath,
                                       IItemInfo pItemInfo)
                                throws java.io.IOException,
                                       AutomationException
Retrieve item info for documents or layer.

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

documentInfo2ItemInfo

public void documentInfo2ItemInfo(IDocumentInfo pDocInfo,
                                  IItemInfo pItemInfo)
                           throws java.io.IOException,
                                  AutomationException
Update Item Info from document info.

Specified by:
documentInfo2ItemInfo in interface IGPItemInfoHelperImpl
Parameters:
pDocInfo - A reference to a com.esri.arcgis.carto.IDocumentInfo (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnailInfoFromMD

public IThumbnailInfo getThumbnailInfoFromMD(IPropertySet pMD)
                                      throws java.io.IOException,
                                             AutomationException
Get thumbnail info from metadata.

Specified by:
getThumbnailInfoFromMD in interface IGPItemInfoHelperImpl
Parameters:
pMD - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnailInfoFromPicture

public IThumbnailInfo getThumbnailInfoFromPicture(IPicture pPicture)
                                           throws java.io.IOException,
                                                  AutomationException
Get thumbnail info from metadata.

Specified by:
getThumbnailInfoFromPicture in interface IGPItemInfoHelperImpl
Parameters:
pPicture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThumbnailInfoFromStream

public IThumbnailInfo getThumbnailInfoFromStream(IStream pStream)
                                          throws java.io.IOException,
                                                 AutomationException
Get thumbnail info from Stream.

Specified by:
getThumbnailInfoFromStream in interface IGPItemInfoHelperImpl
Parameters:
pStream - A reference to a com.esri.arcgis.system.IStream (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IThumbnailInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemInfoByDataElement3

public IItemInfo getItemInfoByDataElement3(IDataElement pDE,
                                           IDataset pDataset,
                                           int geoType)
                                    throws java.io.IOException,
                                           AutomationException
Create item info from the data element, an optional corresponding dataset, and an optional geometry type.

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