public interface IQueryPathsParameters2 extends IQueryPathsParameters, java.io.Serializable
Description: 'Provides access to members that control parameters to query paths.' 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 |
IID204481d8_b38b_4b7b_897a_c33d112f5574 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID437435d9_ef2e_4018_ae93_21d3a29643dd
Modifier and Type | Method and Description |
---|---|
boolean |
isQueryCachePaths()
Indicates whether paths associated with raster dataset cache are queried.
|
boolean |
isQueryRasterTypePaths()
Indicates whether paths associated with raster types are queried.
|
void |
setQueryCachePaths(boolean pbQueryCachePaths)
Indicates whether paths associated with raster dataset cache are queried.
|
void |
setQueryRasterTypePaths(boolean pbQueryRasterTypePaths)
Indicates whether paths associated with raster types are queried.
|
getPathDepth, isBrokenPathsOnly, isFoldersOnly, isQueryDatasetPaths, isQueryItemURIPaths, setBrokenPathsOnly, setFoldersOnly, setPathDepth, setQueryDatasetPaths, setQueryItemURIPaths
static final int IID204481d8_b38b_4b7b_897a_c33d112f5574
static final int xxDummy
static final java.lang.String IID
void setQueryRasterTypePaths(boolean pbQueryRasterTypePaths) throws java.io.IOException, AutomationException
pbQueryRasterTypePaths
- The pbQueryRasterTypePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isQueryRasterTypePaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQueryCachePaths(boolean pbQueryCachePaths) throws java.io.IOException, AutomationException
pbQueryCachePaths
- The pbQueryCachePaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isQueryCachePaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.