|
|||||||||
| 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.geodatabase.IPlugInDatasetHelperProxy
com.esri.arcgis.geodatabase.IPlugInDatasetHelper2Proxy
public class IPlugInDatasetHelper2Proxy
Provides access to members that help Plug-In datasets.
This interface allows a dataset helper to implement data source-level filtering of rows using a where clause.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
IPlugInDatasetHelper2Proxy()
|
|
IPlugInDatasetHelper2Proxy(Object obj)
|
protected |
IPlugInDatasetHelper2Proxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IPlugInCursorHelper |
fetchWithFilter(int classIndex,
IEnvelope env,
boolean strictSearch,
String whereClause,
IFIDSet fIDSet,
Object fieldMap)
Gets the records according to the envelope, where clause or FIDSet. |
void |
removeListener(String iidStr,
Object theListener)
|
| Methods inherited from class com.esri.arcgis.geodatabase.IPlugInDatasetHelperProxy |
|---|
fetchAll, fetchByEnvelope, fetchByID, getBounds, getClassCount, getClassIndex, getClassName, getFields, getOIDFieldIndex, getShapeFieldIndex |
| 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 |
| Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInDatasetHelper |
|---|
fetchAll, fetchByEnvelope, fetchByID, getBounds, getClassCount, getClassIndex, getClassName, getFields, getOIDFieldIndex, getShapeFieldIndex |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public IPlugInDatasetHelper2Proxy()
public IPlugInDatasetHelper2Proxy(Object obj)
throws IOException
IOException
protected IPlugInDatasetHelper2Proxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IPlugInDatasetHelperProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IPlugInDatasetHelperProxyIOException
public IPlugInCursorHelper fetchWithFilter(int classIndex,
IEnvelope env,
boolean strictSearch,
String whereClause,
IFIDSet fIDSet,
Object fieldMap)
throws IOException,
AutomationException
fetchWithFilter in interface IPlugInDatasetHelper2classIndex - The classIndex (in)env - A reference to a com.esri.arcgis.geometry.IEnvelope (in)strictSearch - The strictSearch (in)whereClause - The whereClause (in)fIDSet - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)fieldMap - A Variant (in)
IOException - 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 | ||||||||