public interface IItemPathsQuery
extends java.io.Serializable
Description: 'Provides access to members that allow querying for paths stored in a mosaic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
exportPaths(boolean bQueryMosaicPaths,
boolean bQueryCatalogItemPaths,
java.lang.String exportTableName,
IWorkspace pWorkspace,
java.lang.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.
|
static final int IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93
static final int xxDummy
static final java.lang.String IID
IQueryPathsParameters getQueryPathsParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQueryPathsParametersByRef(IQueryPathsParameters ppQueryPathsParameters) throws java.io.IOException, AutomationException
ppQueryPathsParameters
- A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getMosaicDatasetPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getItemPaths(IRow pRow) throws java.io.IOException, AutomationException
pRow
- A reference to a com.esri.arcgis.geodatabase.IRow (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void exportPaths(boolean bQueryMosaicPaths, boolean bQueryCatalogItemPaths, java.lang.String exportTableName, IWorkspace pWorkspace, java.lang.String configurationKeyword, ITrackCancel pTrackCancel) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.