com.esri.arcgis.datasourcesraster
Interface IItemPathsQuery2

All Superinterfaces:
IItemPathsQuery, java.io.Serializable
All Known Implementing Classes:
IItemPathsQuery2Proxy, MosaicDataset

public interface IItemPathsQuery2
extends IItemPathsQuery, java.io.Serializable

COM Interface 'IItemPathsQuery2'. 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 IIDe85a7589_1ad8_4acc_9dcd_f7c32f4239e7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IItemPathsQuery
IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93
 
Method Summary
 IStringArray getRasterTypePaths(IRasterType pRasterType)
          Parses the specified raster type and returns an array of paths.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemPathsQuery
exportPaths, getItemPaths, getMosaicDatasetPaths, getQueryPathsParameters, setQueryPathsParametersByRef
 

Field Detail

IIDe85a7589_1ad8_4acc_9dcd_f7c32f4239e7

static final int IIDe85a7589_1ad8_4acc_9dcd_f7c32f4239e7
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

getRasterTypePaths

IStringArray getRasterTypePaths(IRasterType pRasterType)
                                throws java.io.IOException,
                                       AutomationException
Parses the specified raster type and returns an array of paths.

Parameters:
pRasterType - A reference to a com.esri.arcgis.datasourcesraster.IRasterType (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.