|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geoprocessing.IGpEnumObjectProxy
public class IGpEnumObjectProxy
Provides access to the properties and methods of a Geoprocessing object enumerator object.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IGpEnumObjectProxy()
|
|
IGpEnumObjectProxy(Object obj)
|
protected |
IGpEnumObjectProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
void |
deleteRow(Object row)
Inserts the row associated with the given cursor row. |
void |
insertRow(Object row)
Inserts the row associated with the given cursor row. |
Object |
newRow()
Creates and returns a new cursor row object. |
Object |
next()
Returns the next object in the enumeration sequence. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
reset()
Resets the enumeration so the next returned string is the first. |
void |
setCursor(ICursor cursor,
int cursorCookie,
IFields fields,
IGPFieldInfo fieldInfo,
IRowBuffer pRowBuffer,
IPropertySet pRowSet,
boolean update,
int updateType,
int type,
ISpatialReference pSpRef,
boolean hasM,
boolean hasZ,
double defaultZ)
Initializes the enumeration of rows based upon the given cursor. |
void |
setFields(IFields fields,
String wildCard,
String fieldType)
Sets the fields to be used when creating cursors. |
void |
setIndexes(IIndexes indexes,
String wildCard)
Sets the indexes to be used when creating cursors. |
void |
updateRow(Object row)
Updates the row associated with the given cursor row. |
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 IGpEnumObjectProxy()
public IGpEnumObjectProxy(Object obj) throws IOException
IOException
protected IGpEnumObjectProxy(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.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void reset() throws IOException, AutomationException
reset
in interface IGpEnumObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object next() throws IOException, AutomationException
next
in interface IGpEnumObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object newRow() throws IOException, AutomationException
newRow
in interface IGpEnumObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFields(IFields fields, String wildCard, String fieldType) throws IOException, AutomationException
setFields
in interface IGpEnumObject
fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)wildCard
- The wildCard (in)fieldType
- The fieldType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIndexes(IIndexes indexes, String wildCard) throws IOException, AutomationException
setIndexes
in interface IGpEnumObject
indexes
- A reference to a com.esri.arcgis.geodatabase.IIndexes (in)wildCard
- The wildCard (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCursor(ICursor cursor, int cursorCookie, IFields fields, IGPFieldInfo fieldInfo, IRowBuffer pRowBuffer, IPropertySet pRowSet, boolean update, int updateType, int type, ISpatialReference pSpRef, boolean hasM, boolean hasZ, double defaultZ) throws IOException, AutomationException
setCursor
in interface IGpEnumObject
cursor
- A reference to a com.esri.arcgis.geodatabase.ICursor (in)cursorCookie
- The cursorCookie (in)fields
- A reference to a com.esri.arcgis.geodatabase.IFields (in)fieldInfo
- A reference to a com.esri.arcgis.geoprocessing.IGPFieldInfo (in)pRowBuffer
- A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)pRowSet
- A reference to a com.esri.arcgis.system.IPropertySet (in)update
- The update (in)updateType
- The updateType (in)type
- A com.esri.arcgis.geometry.esriGeometryType constant (in)pSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)hasM
- The hasM (in)hasZ
- The hasZ (in)defaultZ
- The defaultZ (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateRow(Object row) throws IOException, AutomationException
updateRow
in interface IGpEnumObject
row
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void insertRow(Object row) throws IOException, AutomationException
insertRow
in interface IGpEnumObject
row
- A reference to another Automation Object (IDispatch) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteRow(Object row) throws IOException, AutomationException
deleteRow
in interface IGpEnumObject
row
- A reference to another Automation Object (IDispatch) (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 |