com.esri.arcgis.datasourcesraster
Interface IQueryPathsParameters2

All Superinterfaces:
IQueryPathsParameters, java.io.Serializable
All Known Implementing Classes:
IQueryPathsParameters2Proxy, QueryPathsParameters

public interface IQueryPathsParameters2
extends IQueryPathsParameters, java.io.Serializable

COM Interface 'IQueryPathsParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID204481d8_b38b_4b7b_897a_c33d112f5574
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IQueryPathsParameters
IID437435d9_ef2e_4018_ae93_21d3a29643dd
 
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
 

Field Detail

IID204481d8_b38b_4b7b_897a_c33d112f5574

static final int IID204481d8_b38b_4b7b_897a_c33d112f5574
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setQueryRasterTypePaths

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

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

isQueryRasterTypePaths

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

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

setQueryCachePaths

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

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

isQueryCachePaths

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

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