com.esri.arcgis.datasourcesraster
Class IQueryPathsParametersProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IQueryPathsParametersProxy
All Implemented Interfaces:
IQueryPathsParameters, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IQueryPathsParameters2Proxy

public class IQueryPathsParametersProxy
extends com.esri.arcgis.interop.Dispatch
implements IQueryPathsParameters, java.io.Serializable

Internal use class Proxy for 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 =

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
static java.lang.Class targetClass
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IQueryPathsParameters
IID, IID437435d9_ef2e_4018_ae93_21d3a29643dd
 
Constructor Summary
  IQueryPathsParametersProxy()
          For internal use only
  IQueryPathsParametersProxy(java.lang.Object obj)
           
protected IQueryPathsParametersProxy(java.lang.Object obj, java.lang.String iid)
           
  IQueryPathsParametersProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
protected IQueryPathsParametersProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
           
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
           
 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 removeListener(java.lang.String iidStr, java.lang.Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass

noncastable

public boolean noncastable
Constructor Detail

IQueryPathsParametersProxy

public IQueryPathsParametersProxy(java.lang.String CLSID,
                                  java.lang.String host,
                                  com.esri.arcgis.interop.AuthInfo authInfo)
                           throws java.net.UnknownHostException,
                                  java.io.IOException
Throws:
java.net.UnknownHostException
java.io.IOException

IQueryPathsParametersProxy

public IQueryPathsParametersProxy()
For internal use only


IQueryPathsParametersProxy

public IQueryPathsParametersProxy(java.lang.Object obj)
                           throws java.io.IOException
Throws:
java.io.IOException

IQueryPathsParametersProxy

protected IQueryPathsParametersProxy(java.lang.Object obj,
                                     java.lang.String iid)
                              throws java.io.IOException
Throws:
java.io.IOException

IQueryPathsParametersProxy

protected IQueryPathsParametersProxy(java.lang.String CLSID,
                                     java.lang.String iid,
                                     java.lang.String host,
                                     com.esri.arcgis.interop.AuthInfo authInfo)
                              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

setQueryDatasetPaths

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

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

isQueryDatasetPaths

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

Specified by:
isQueryDatasetPaths in interface IQueryPathsParameters
Returns:
The pbQueryDatasetPaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setQueryItemURIPaths

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

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

isQueryItemURIPaths

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

Specified by:
isQueryItemURIPaths in interface IQueryPathsParameters
Returns:
The pbQueryURIPaths
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBrokenPathsOnly

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

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

isBrokenPathsOnly

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

Specified by:
isBrokenPathsOnly in interface IQueryPathsParameters
Returns:
The pbBrokenOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFoldersOnly

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

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

isFoldersOnly

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

Specified by:
isFoldersOnly in interface IQueryPathsParameters
Returns:
The pbFoldersOnly
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPathDepth

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

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

getPathDepth

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

Specified by:
getPathDepth in interface IQueryPathsParameters
Returns:
The pPathDepth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.