|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemPathsQuery
Provides access to members that allow querying for paths stored in a mosaic dataset.
Method Summary | |
---|---|
void |
exportPaths(boolean bQueryMosaicPaths,
boolean bQueryCatalogItemPaths,
String exportTableName,
IWorkspace pWorkspace,
String configurationKeyword,
ITrackCancel pTrackCancel)
Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace. |
IStringArray |
getItemPaths(IRow pRow)
Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths. |
IStringArray |
getMosaicDatasetPaths()
The array of paths stored at the mosaic dataset (top) level. |
IQueryPathsParameters |
getQueryPathsParameters()
Parameters that control how paths stored in the mosaic dataset are queried. |
void |
setQueryPathsParametersByRef(IQueryPathsParameters ppQueryPathsParameters)
Parameters that control how paths stored in the mosaic dataset are queried. |
Method Detail |
---|
IQueryPathsParameters getQueryPathsParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryPathsParametersByRef(IQueryPathsParameters ppQueryPathsParameters) throws IOException, AutomationException
ppQueryPathsParameters
- A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getMosaicDatasetPaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getItemPaths(IRow pRow) throws IOException, AutomationException
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportPaths(boolean bQueryMosaicPaths, boolean bQueryCatalogItemPaths, String exportTableName, IWorkspace pWorkspace, String configurationKeyword, ITrackCancel pTrackCancel) throws IOException, AutomationException
bQueryMosaicPaths
- The bQueryMosaicPaths (in)bQueryCatalogItemPaths
- The bQueryCatalogItemPaths (in)exportTableName
- The exportTableName (in)pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)configurationKeyword
- The configurationKeyword (in)pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (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 |