Provides access to members that allow querying for paths stored in a mosaic dataset.
Members
Name | Description | |
---|---|---|
ExportPaths | Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace. | |
GetItemPaths | Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths. | |
GetRasterTypePaths | Parses the specified raster type and returns an array of paths. | |
MosaicDatasetPaths | The array of paths stored at the mosaic dataset (top) level. | |
QueryPathsParameters | Parameters that control how paths stored in the mosaic dataset are queried. |
IItemPathsQuery2.GetRasterTypePaths Method
Parses the specified raster type and returns an array of paths.
Public Function GetRasterTypePaths ( _
ByVal pRasterType As IRasterType _
) As IStringArray
public IStringArray GetRasterTypePaths (
IRasterType pRasterType
);
Inherited Interfaces
Interfaces | Description |
---|---|
IItemPathsQuery | Provides access to members that allow querying for paths stored in a mosaic dataset. |
Classes that implement IItemPathsQuery2
Classes | Description |
---|