|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.search.GPItemInfoHelper
public class GPItemInfoHelper
COM Class 'GPItemInfoHelper'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description 'Item Info Helper.' 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 |
---|
Fields inherited from interface com.esri.arcgis.search.IGPItemInfoHelper |
---|
IID, IIDaf93faae_e112_4cd3_bb3f_1b0690fc7d57, xxDummy |
Constructor Summary | |
---|---|
GPItemInfoHelper()
Constructs a GPItemInfoHelper using ArcGIS Engine. |
|
GPItemInfoHelper(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPItemInfoHelper theGPItemInfoHelper = (GPItemInfoHelper) obj; |
Method Summary | |
---|---|
void |
convertExtentToWGS84(IItemInfo[] pItemInfo)
Converts the coordinates of the item info extent to WGS84. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
extractItemInfoFromMetadata(IMetadata pMetadata,
IItemInfo[] pItemInfo)
Extract user defined Item Info from metadata. |
static java.lang.String |
getClsid()
getClsid. |
IItemInfos |
getItemInfoByCatalogPath(java.lang.String catalogPath)
Create item infos from a catalog path. |
IItemInfo |
getItemInfoByCatalogPathAndType(java.lang.String catalogPath,
IGPDataType pDataType)
Create item info from Catalog path. |
IItemInfo |
getItemInfoByDataElement(IDataElement pDE)
Provides access to ItemInfo Helper object. |
IItemInfo |
getItemInfoByDataElement2(IDataElement pDE,
int geoType)
Create item info from Data Element and Geometry Types. |
IItemInfo |
getItemInfoByDataset(IDataset pDataset)
Create item info from Dataset. |
IItemInfo |
getItemInfoByDatasetName(IDatasetName pDatasetName)
Create item info from DatesetName. |
IItemInfo |
getItemInfoByGPLayer(IGPLayer pGPLayer)
Create item infos from layer. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
release()
Release a GPItemInfoHelper. |
void |
updateItemInfoByCatalogPathAndType(java.lang.String catalogPath,
IGPDataType pDataType,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
void |
updateItemInfoByDataElement(IDataElement pDE,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
void |
updateItemInfoByDataset(IDataset pDataset,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
void |
updateItemInfoByDatasetName(IDatasetName pDatasetName,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
void |
updateItemInfoByGPLayer(IGPLayer pGPLayer,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
void |
updateItemInfoByMetadata(IMetadata pMetadata,
IItemInfo[] pItemInfo)
Update the item info of the specified object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPItemInfoHelper() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GPItemInfoHelper(java.lang.Object obj) throws java.io.IOException
GPItemInfoHelper theGPItemInfoHelper = (GPItemInfoHelper) obj;
obj
to GPItemInfoHelper
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IItemInfo getItemInfoByDataElement(IDataElement pDE) throws java.io.IOException, AutomationException
getItemInfoByDataElement
in interface IGPItemInfoHelper
pDE
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getItemInfoByDataElement2(IDataElement pDE, int geoType) throws java.io.IOException, AutomationException
getItemInfoByDataElement2
in interface IGPItemInfoHelper
pDE
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)geoType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getItemInfoByDataset(IDataset pDataset) throws java.io.IOException, AutomationException
getItemInfoByDataset
in interface IGPItemInfoHelper
pDataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getItemInfoByDatasetName(IDatasetName pDatasetName) throws java.io.IOException, AutomationException
getItemInfoByDatasetName
in interface IGPItemInfoHelper
pDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getItemInfoByCatalogPathAndType(java.lang.String catalogPath, IGPDataType pDataType) throws java.io.IOException, AutomationException
getItemInfoByCatalogPathAndType
in interface IGPItemInfoHelper
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfos getItemInfoByCatalogPath(java.lang.String catalogPath) throws java.io.IOException, AutomationException
getItemInfoByCatalogPath
in interface IGPItemInfoHelper
catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IItemInfo getItemInfoByGPLayer(IGPLayer pGPLayer) throws java.io.IOException, AutomationException
getItemInfoByGPLayer
in interface IGPItemInfoHelper
pGPLayer
- A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByMetadata
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByDataElement(IDataElement pDE, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByDataElement
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByDataset(IDataset pDataset, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByDataset
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByDatasetName(IDatasetName pDatasetName, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByDatasetName
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByCatalogPathAndType(java.lang.String catalogPath, IGPDataType pDataType, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByCatalogPathAndType
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateItemInfoByGPLayer(IGPLayer pGPLayer, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
updateItemInfoByGPLayer
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void extractItemInfoFromMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
extractItemInfoFromMetadata
in interface IGPItemInfoHelper
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void convertExtentToWGS84(IItemInfo[] pItemInfo) throws java.io.IOException, AutomationException
convertExtentToWGS84
in interface IGPItemInfoHelper
pItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
java.io.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 |