com.esri.arcgis.datasourcesraster
Interface IItemPathsQuery

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IItemPathsQuery2
All Known Implementing Classes:
IItemPathsQuery2Proxy, IItemPathsQueryProxy, MosaicDataset

public interface IItemPathsQuery
extends java.io.Serializable

COM Interface 'IItemPathsQuery'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93

static final int IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getQueryPathsParameters

IQueryPathsParameters getQueryPathsParameters()
                                              throws java.io.IOException,
                                                     AutomationException
Parameters that control how paths stored in the mosaic dataset are queried.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryPathsParametersByRef

void setQueryPathsParametersByRef(IQueryPathsParameters ppQueryPathsParameters)
                                  throws java.io.IOException,
                                         AutomationException
Parameters that control how paths stored in the mosaic dataset are queried.

Parameters:
ppQueryPathsParameters - A reference to a com.esri.arcgis.datasourcesraster.IQueryPathsParameters (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDatasetPaths

IStringArray getMosaicDatasetPaths()
                                   throws java.io.IOException,
                                          AutomationException
The array of paths stored at the mosaic dataset (top) level.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemPaths

IStringArray getItemPaths(IRow pRow)
                          throws java.io.IOException,
                                 AutomationException
Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths.

Parameters:
pRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportPaths

void exportPaths(boolean bQueryMosaicPaths,
                 boolean bQueryCatalogItemPaths,
                 java.lang.String exportTableName,
                 IWorkspace pWorkspace,
                 java.lang.String configurationKeyword,
                 ITrackCancel pTrackCancel)
                 throws java.io.IOException,
                        AutomationException
Exports paths associated with the raster datasets and the data sources of selected catalog items to the specified table in the target workspace.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.