com.esri.arcgis.datasourcesraster
Interface IItemPathsQuery

All Superinterfaces:
Serializable
All Known Subinterfaces:
IItemPathsQuery2
All Known Implementing Classes:
MosaicDataset

public interface IItemPathsQuery
extends Serializable

Provides access to members that allow querying for paths stored in a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getQueryPathsParameters

IQueryPathsParameters getQueryPathsParameters()
                                              throws IOException,
                                                     AutomationException
Parameters that control how paths stored in the mosaic dataset are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryPathsParametersByRef

void setQueryPathsParametersByRef(IQueryPathsParameters ppQueryPathsParameters)
                                  throws IOException,
                                         AutomationException
Parameters that control how paths stored in the mosaic dataset are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppQueryPathsParameters - A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDatasetPaths

IStringArray getMosaicDatasetPaths()
                                   throws IOException,
                                          AutomationException
The array of paths stored at the mosaic dataset (top) level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemPaths

IStringArray getItemPaths(IRow pRow)
                          throws IOException,
                                 AutomationException
Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportPaths

void exportPaths(boolean bQueryMosaicPaths,
                 boolean bQueryCatalogItemPaths,
                 String exportTableName,
                 IWorkspace pWorkspace,
                 String configurationKeyword,
                 ITrackCancel pTrackCancel)
                 throws IOException,
                        AutomationException
Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
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)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.