|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.search.IGPItemInfoHelperImplProxy
public class IGPItemInfoHelperImplProxy
Provides access to helper functions for item info.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IGPItemInfoHelperImplProxy()
|
|
IGPItemInfoHelperImplProxy(Object obj)
|
protected |
IGPItemInfoHelperImplProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
documentInfo2ItemInfo(IDocumentInfo pDocInfo,
IItemInfo pItemInfo)
Update Item Info from document info. |
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(String iidStr,
Object theListener)
|
void |
retrieveDocOrLayerItemInfo(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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IGPItemInfoHelperImplProxy()
public IGPItemInfoHelperImplProxy(Object obj)
throws IOException
IOException
protected IGPItemInfoHelperImplProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public IItemInfoTypeHelper getTypeHelper()
throws IOException,
AutomationException
getTypeHelper in interface IGPItemInfoHelperImplIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTypeHelperByRef(IItemInfoTypeHelper ppHelper)
throws IOException,
AutomationException
setTypeHelperByRef in interface IGPItemInfoHelperImplppHelper - A reference to a com.esri.arcgis.search.IItemInfoTypeHelper (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateUserDefinedItemInfo(IItemInfo pItemInfo,
IPropertySet pMD,
boolean vbDocOrLayer)
throws IOException,
AutomationException
updateUserDefinedItemInfo in interface IGPItemInfoHelperImplpItemInfo - 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateMetadataByItemInfo(IPropertySet pMD,
IItemInfo pItemInfo)
throws IOException,
AutomationException
updateMetadataByItemInfo in interface IGPItemInfoHelperImplpMD - A reference to a com.esri.arcgis.system.IPropertySet (in)pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void retrieveDocOrLayerItemInfo(String catalogPath,
IItemInfo pItemInfo)
throws IOException,
AutomationException
retrieveDocOrLayerItemInfo in interface IGPItemInfoHelperImplcatalogPath - The catalogPath (in)pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void documentInfo2ItemInfo(IDocumentInfo pDocInfo,
IItemInfo pItemInfo)
throws IOException,
AutomationException
documentInfo2ItemInfo in interface IGPItemInfoHelperImplpDocInfo - A reference to a com.esri.arcgis.carto.IDocumentInfo (in)pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThumbnailInfo getThumbnailInfoFromMD(IPropertySet pMD)
throws IOException,
AutomationException
getThumbnailInfoFromMD in interface IGPItemInfoHelperImplpMD - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThumbnailInfo getThumbnailInfoFromPicture(IPicture pPicture)
throws IOException,
AutomationException
getThumbnailInfoFromPicture in interface IGPItemInfoHelperImplpPicture - A reference to a com.esri.arcgis.support.ms.stdole.IPicture (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IThumbnailInfo getThumbnailInfoFromStream(IStream pStream)
throws IOException,
AutomationException
getThumbnailInfoFromStream in interface IGPItemInfoHelperImplpStream - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||