public interface IQueryPathsParameters
extends 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 |
IID437435d9_ef2e_4018_ae93_21d3a29643dd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getPathDepth()
The maximum depth of each folder path returned.
|
boolean |
isBrokenPathsOnly()
Indicates whether only broken paths are returned.
|
boolean |
isFoldersOnly()
Indicates whether only folder paths are returned.
|
boolean |
isQueryDatasetPaths()
Indicates whether paths associated with each raster dataset are queried.
|
boolean |
isQueryItemURIPaths()
Indicates whether paths from URI objects that identify source to the raster type are queried.
|
void |
setBrokenPathsOnly(boolean pbBrokenOnly)
Indicates whether only broken paths are returned.
|
void |
setFoldersOnly(boolean pbFoldersOnly)
Indicates whether only folder paths are returned.
|
void |
setPathDepth(int pPathDepth)
The maximum depth of each folder path returned.
|
void |
setQueryDatasetPaths(boolean pbQueryDatasetPaths)
Indicates whether paths associated with each raster dataset are queried.
|
void |
setQueryItemURIPaths(boolean pbQueryURIPaths)
Indicates whether paths from URI objects that identify source to the raster type are queried.
|
static final int IID437435d9_ef2e_4018_ae93_21d3a29643dd
static final int xxDummy
static final java.lang.String IID
void setQueryDatasetPaths(boolean pbQueryDatasetPaths) throws java.io.IOException, AutomationException
pbQueryDatasetPaths
- The pbQueryDatasetPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isQueryDatasetPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setQueryItemURIPaths(boolean pbQueryURIPaths) throws java.io.IOException, AutomationException
pbQueryURIPaths
- The pbQueryURIPaths (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isQueryItemURIPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBrokenPathsOnly(boolean pbBrokenOnly) throws java.io.IOException, AutomationException
pbBrokenOnly
- The pbBrokenOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isBrokenPathsOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFoldersOnly(boolean pbFoldersOnly) throws java.io.IOException, AutomationException
pbFoldersOnly
- The pbFoldersOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFoldersOnly() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPathDepth(int pPathDepth) throws java.io.IOException, AutomationException
pPathDepth
- The pPathDepth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPathDepth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.