|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryPathsParameters2
Provides access to members that control parameters to query paths.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IQueryPathsParameters |
---|
getPathDepth, isBrokenPathsOnly, isFoldersOnly, isQueryDatasetPaths, isQueryItemURIPaths, setBrokenPathsOnly, setFoldersOnly, setPathDepth, setQueryDatasetPaths, setQueryItemURIPaths |
Method Detail |
---|
void setQueryRasterTypePaths(boolean pbQueryRasterTypePaths) throws IOException, AutomationException
pbQueryRasterTypePaths
- The pbQueryRasterTypePaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isQueryRasterTypePaths() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQueryCachePaths(boolean pbQueryCachePaths) throws IOException, AutomationException
pbQueryCachePaths
- The pbQueryCachePaths (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isQueryCachePaths() 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 |