com.esri.arcgis.datasourcesraster
Interface IQueryPathsParameters2

All Superinterfaces:
IQueryPathsParameters, Serializable
All Known Implementing Classes:
QueryPathsParameters

public interface IQueryPathsParameters2
extends IQueryPathsParameters, Serializable

Provides access to members that control parameters to query paths.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

setQueryRasterTypePaths

void setQueryRasterTypePaths(boolean pbQueryRasterTypePaths)
                             throws IOException,
                                    AutomationException
Indicates whether paths associated with raster types are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbQueryRasterTypePaths - The pbQueryRasterTypePaths (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isQueryRasterTypePaths

boolean isQueryRasterTypePaths()
                               throws IOException,
                                      AutomationException
Indicates whether paths associated with raster types are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbQueryRasterTypePaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryCachePaths

void setQueryCachePaths(boolean pbQueryCachePaths)
                        throws IOException,
                               AutomationException
Indicates whether paths associated with raster dataset cache are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbQueryCachePaths - The pbQueryCachePaths (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isQueryCachePaths

boolean isQueryCachePaths()
                          throws IOException,
                                 AutomationException
Indicates whether paths associated with raster dataset cache are queried.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbQueryCachePaths
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.