|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPItemInfoHelper
Provides access to helper functions for item info.
Method Summary | |
---|---|
void |
convertExtentToWGS84(IItemInfo[] pItemInfo)
Converts the coordinates of the item info extent to WGS84. |
void |
extractItemInfoFromMetadata(IMetadata pMetadata,
IItemInfo[] pItemInfo)
Extract user defined Item Info from metadata. |
IItemInfos |
getItemInfoByCatalogPath(String catalogPath)
Create item infos from a catalog path. |
IItemInfo |
getItemInfoByCatalogPathAndType(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. |
void |
updateItemInfoByCatalogPathAndType(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. |
Method Detail |
---|
IItemInfo getItemInfoByDataElement(IDataElement pDE) throws IOException, AutomationException
pDE
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfoByDataElement2(IDataElement pDE, int geoType) throws IOException, AutomationException
pDE
- A reference to a com.esri.arcgis.geodatabase.IDataElement (in)geoType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfoByDataset(IDataset pDataset) throws IOException, AutomationException
pDataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfoByDatasetName(IDatasetName pDatasetName) throws IOException, AutomationException
pDatasetName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfoByCatalogPathAndType(String catalogPath, IGPDataType pDataType) throws IOException, AutomationException
catalogPath
- The catalogPath (in)pDataType
- A reference to a com.esri.arcgis.geodatabase.IGPDataType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfos getItemInfoByCatalogPath(String catalogPath) throws IOException, AutomationException
catalogPath
- The catalogPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfoByGPLayer(IGPLayer pGPLayer) throws IOException, AutomationException
pGPLayer
- A reference to a com.esri.arcgis.datasourcesfile.IGPLayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByDataElement(IDataElement pDE, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByDataset(IDataset pDataset, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByDatasetName(IDatasetName pDatasetName, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByCatalogPathAndType(String catalogPath, IGPDataType pDataType, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateItemInfoByGPLayer(IGPLayer pGPLayer, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void extractItemInfoFromMetadata(IMetadata pMetadata, IItemInfo[] pItemInfo) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void convertExtentToWGS84(IItemInfo[] pItemInfo) throws IOException, AutomationException
pItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in/out: use single element array)
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 |