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. | |
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. |
IItemPathsQuery.ExportPaths Method
Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace.
Public Sub ExportPaths ( _
ByVal bQueryMosaicPaths As Boolean, _
ByVal bQueryCatalogItemPaths As Boolean, _
ByVal exportTableName As String, _
ByVal pWorkspace As IWorkspace, _
ByVal configurationKeyword As String, _
ByVal pTrackCancel As ITrackCancel _
)
public void ExportPaths (
bool bQueryMosaicPaths,
bool bQueryCatalogItemPaths,
string exportTableName,
IWorkspace pWorkspace,
string configurationKeyword,
ITrackCancel pTrackCancel
);
IItemPathsQuery.GetItemPaths Method
Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths.
Public Function GetItemPaths ( _
ByVal pRow As IRow _
) As IStringArray
public IStringArray GetItemPaths (
IRow pRow
);
IItemPathsQuery.MosaicDatasetPaths Property
The array of paths stored at the mosaic dataset (top) level.
Public ReadOnly Property MosaicDatasetPaths As IStringArray
public IStringArray MosaicDatasetPaths {get;}
IItemPathsQuery.QueryPathsParameters Property
Parameters that control how paths stored in the mosaic dataset are queried.
Public Property QueryPathsParameters As IQueryPathsParameters
public IQueryPathsParameters QueryPathsParameters {get; set;}
Classes that implement IItemPathsQuery
Classes | Description |
---|