public interface IItemPathsQuery2 extends IItemPathsQuery, 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 |
IIDe85a7589_1ad8_4acc_9dcd_f7c32f4239e7 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbbb69b14_c57a_47e4_9416_35cfd44f6d93
Modifier and Type | Method and Description |
---|---|
IStringArray |
getRasterTypePaths(IRasterType pRasterType)
Parses the specified raster type and returns an array of paths.
|
exportPaths, getItemPaths, getMosaicDatasetPaths, getQueryPathsParameters, setQueryPathsParametersByRef
static final int IIDe85a7589_1ad8_4acc_9dcd_f7c32f4239e7
static final int xxDummy
static final java.lang.String IID
IStringArray getRasterTypePaths(IRasterType pRasterType) throws java.io.IOException, AutomationException
pRasterType
- A reference to a com.esri.arcgis.datasourcesraster.IRasterType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.