|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryPathsParameters
Provides access to members that control parameters to query paths.
Method Summary | |
---|---|
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 is 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 is queried. |
void |
setQueryItemURIPaths(boolean pbQueryURIPaths)
Indicates whether paths from URI objects that identify source to the raster type are queried. |
Method Detail |
---|
void setQueryDatasetPaths(boolean pbQueryDatasetPaths) throws IOException, AutomationException
pbQueryDatasetPaths
- The pbQueryDatasetPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isQueryDatasetPaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryItemURIPaths(boolean pbQueryURIPaths) throws IOException, AutomationException
pbQueryURIPaths
- The pbQueryURIPaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isQueryItemURIPaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBrokenPathsOnly(boolean pbBrokenOnly) throws IOException, AutomationException
pbBrokenOnly
- The pbBrokenOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBrokenPathsOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFoldersOnly(boolean pbFoldersOnly) throws IOException, AutomationException
pbFoldersOnly
- The pbFoldersOnly (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFoldersOnly() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPathDepth(int pPathDepth) throws IOException, AutomationException
pPathDepth
- The pPathDepth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPathDepth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |