|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IQueryPathsParametersProxy
public class IQueryPathsParametersProxy
Provides access to members that control parameters to query paths.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IQueryPathsParametersProxy()
|
|
IQueryPathsParametersProxy(Object obj)
|
protected |
IQueryPathsParametersProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
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 is queried. |
boolean |
isQueryItemURIPaths()
Indicates whether paths from URI objects that identify source to the raster type are queried. |
void |
removeListener(String iidStr,
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 is 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 |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IQueryPathsParametersProxy()
public IQueryPathsParametersProxy(Object obj)
throws IOException
IOException
protected IQueryPathsParametersProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void setQueryDatasetPaths(boolean pbQueryDatasetPaths)
throws IOException,
AutomationException
setQueryDatasetPaths in interface IQueryPathsParameterspbQueryDatasetPaths - The pbQueryDatasetPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isQueryDatasetPaths()
throws IOException,
AutomationException
isQueryDatasetPaths in interface IQueryPathsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setQueryItemURIPaths(boolean pbQueryURIPaths)
throws IOException,
AutomationException
setQueryItemURIPaths in interface IQueryPathsParameterspbQueryURIPaths - The pbQueryURIPaths (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isQueryItemURIPaths()
throws IOException,
AutomationException
isQueryItemURIPaths in interface IQueryPathsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrokenPathsOnly(boolean pbBrokenOnly)
throws IOException,
AutomationException
setBrokenPathsOnly in interface IQueryPathsParameterspbBrokenOnly - The pbBrokenOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isBrokenPathsOnly()
throws IOException,
AutomationException
isBrokenPathsOnly in interface IQueryPathsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFoldersOnly(boolean pbFoldersOnly)
throws IOException,
AutomationException
setFoldersOnly in interface IQueryPathsParameterspbFoldersOnly - The pbFoldersOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFoldersOnly()
throws IOException,
AutomationException
isFoldersOnly in interface IQueryPathsParametersIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPathDepth(int pPathDepth)
throws IOException,
AutomationException
setPathDepth in interface IQueryPathsParameterspPathDepth - The pPathDepth (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getPathDepth()
throws IOException,
AutomationException
getPathDepth in interface IQueryPathsParametersIOException - 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 | ||||||||