com.esri.arcgis.datasourcesraster
Interface IQueryPathsParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IQueryPathsParameters2
All Known Implementing Classes:
IQueryPathsParameters2Proxy, IQueryPathsParametersProxy, QueryPathsParameters

public interface IQueryPathsParameters
extends java.io.Serializable

COM Interface 'IQueryPathsParameters'. 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 IID437435d9_ef2e_4018_ae93_21d3a29643dd
           
static int xxDummy
          Deprecated. Internal use only
 
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 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.
 

Field Detail

IID437435d9_ef2e_4018_ae93_21d3a29643dd

static final int IID437435d9_ef2e_4018_ae93_21d3a29643dd
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

setQueryDatasetPaths

void setQueryDatasetPaths(boolean pbQueryDatasetPaths)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether paths associated with each raster dataset are queried.

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

isQueryDatasetPaths

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

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

setQueryItemURIPaths

void setQueryItemURIPaths(boolean pbQueryURIPaths)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether paths from URI objects that identify source to the raster type are queried.

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

isQueryItemURIPaths

boolean isQueryItemURIPaths()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether paths from URI objects that identify source to the raster type are queried.

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

setBrokenPathsOnly

void setBrokenPathsOnly(boolean pbBrokenOnly)
                        throws java.io.IOException,
                               AutomationException
Indicates whether only broken paths are returned.

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

isBrokenPathsOnly

boolean isBrokenPathsOnly()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether only broken paths are returned.

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

setFoldersOnly

void setFoldersOnly(boolean pbFoldersOnly)
                    throws java.io.IOException,
                           AutomationException
Indicates whether only folder paths are returned.

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

isFoldersOnly

boolean isFoldersOnly()
                      throws java.io.IOException,
                             AutomationException
Indicates whether only folder paths are returned.

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

setPathDepth

void setPathDepth(int pPathDepth)
                  throws java.io.IOException,
                         AutomationException
The maximum depth of each folder path returned.

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

getPathDepth

int getPathDepth()
                 throws java.io.IOException,
                        AutomationException
The maximum depth of each folder path returned.

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