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.
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.