|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPUtilities4
Provides access to the properties/methods of a geoprocessing utilities object.
Method Summary | |
---|---|
ICursor |
getSearchCursor(IGPValue pValue,
boolean recycling,
IGPEnvironmentManager pEnvMgr)
Returns the search cursor for the value object. |
ISelectionSet |
getSelectionSet(IGPValue pValue,
Object pEnvMgr_Extent)
Returns the selection set for the value object. |
ICursor |
getUpdateCursor(IGPValue pValue,
boolean recycling,
IGPEnvironmentManager pEnvMgr)
Returns the update cursor for the value object. |
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities3 |
---|
openLayerFromLocation |
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPUtilities2 |
---|
abortEditOperation, addToMapEx, cleanupEditSession, clearInMemoryWorkspace, createToolboxFromFactory, generateGeographicTransformDomain, getActiveView, getBasicMap, getExtent, getGPSpRefEnvEx, getGTOperationSet, getInMemoryWorkspace, getLayerName, getMap, getStatusBar, getVariableManager, inApplication, makeLayer, open, openFromString, removeFromMapEx, removeInternalData, saveLayer, setInternalMap, setupEditSession, setVariableManagerByRef, startEditOperation, stopEditOperation |
Method Detail |
---|
ICursor getSearchCursor(IGPValue pValue, boolean recycling, IGPEnvironmentManager pEnvMgr) throws IOException, AutomationException
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)recycling
- The recycling (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICursor getUpdateCursor(IGPValue pValue, boolean recycling, IGPEnvironmentManager pEnvMgr) throws IOException, AutomationException
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)recycling
- The recycling (in)pEnvMgr
- A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet(IGPValue pValue, Object pEnvMgr_Extent) throws IOException, AutomationException
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)pEnvMgr_Extent
- A reference to another Object (IUnknown) (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 |