com.esri.arcgis.datasourcesraster
Interface IItemPathsQuery2

All Superinterfaces:
IItemPathsQuery, Serializable
All Known Implementing Classes:
MosaicDataset

public interface IItemPathsQuery2
extends IItemPathsQuery, 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
 IStringArray getRasterTypePaths(IRasterType pRasterType)
          Parses the specified raster type and returns an array of paths.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemPathsQuery
exportPaths, getItemPaths, getMosaicDatasetPaths, getQueryPathsParameters, setQueryPathsParametersByRef
 

Method Detail

getRasterTypePaths

IStringArray getRasterTypePaths(IRasterType pRasterType)
                                throws IOException,
                                       AutomationException
Parses the specified raster type and returns an array of paths.

Product Availability

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

Parameters:
pRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (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.