|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEditor
COM Interface 'IEditor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description: 'Provides access to members that control the behavior of the editor.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2866e6b0_c00b_11d0_802b_0000f8037368
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
abortOperation()
Aborts an edit operation. |
IGeometry |
createSearchShape(IPoint point)
Creates a geometry using the point and the current search tolerance. |
void |
delayEvents(boolean delay)
Used to batch operations together and minimize notifications. |
void |
enableUndoRedo(boolean enabled)
Enable/disable the undo/redo capabilities. |
IExtension |
findExtension(IUID extensionID)
Finds the extension given an id. |
IEditTask |
getCurrentTask()
The current edit task. |
IScreenDisplay |
getDisplay()
Reference to the current display. |
IEnumFeature |
getEditSelection()
The selected features which are editable. |
int |
getEditState()
The editor's current edit state. |
IWorkspace |
getEditWorkspace()
Reference to the workspace being edited. |
IPoint |
getLocation()
The last known location of the mouse. |
IMap |
getMap()
Reference to the map being edited. |
IApplication |
getParent()
Reference to the parent application. |
IWorkspace |
getScratchWorkspace()
Reference to the editor's scratch workspace. |
IAnchorPoint |
getSelectionAnchor()
The selection anchor point. |
int |
getSelectionCount()
The number of selected features which are editable. |
IEditTask |
getTask(int index)
An edit task by index. |
int |
getTaskCount()
The number of edit tasks. |
boolean |
hasEdits()
Indicates whether edits have been made during the session. |
void |
invertAgent(IPoint loc,
int hdc)
Draws the editor's snapping agent. |
void |
redoOperation()
Redo an edit operation. |
IEnumFeature |
searchSelection(IPoint point)
Searches the edit selection using the given location. |
void |
setCurrentTaskByRef(IEditTask task)
The current edit task. |
void |
startEditing(IWorkspace workspace)
Starts an edit session. |
void |
startOperation()
Starts an edit operation. |
void |
stopEditing(boolean saveChanges)
Stops an edit session. |
void |
stopOperation(java.lang.String menuText)
Stops an edit operation. |
void |
undoOperation()
Undo an edit operation. |
| Field Detail |
|---|
static final int IID2866e6b0_c00b_11d0_802b_0000f8037368
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IApplication getParent()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEditState()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMap getMap()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IScreenDisplay getDisplay()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspace getEditWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWorkspace getScratchWorkspace()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startEditing(IWorkspace workspace)
throws java.io.IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopEditing(boolean saveChanges)
throws java.io.IOException,
AutomationException
saveChanges - The saveChanges (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean hasEdits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void startOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void abortOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void stopOperation(java.lang.String menuText)
throws java.io.IOException,
AutomationException
menuText - The menuText (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void undoOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void redoOperation()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableUndoRedo(boolean enabled)
throws java.io.IOException,
AutomationException
enabled - The enabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void delayEvents(boolean delay)
throws java.io.IOException,
AutomationException
delay - The delay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumFeature getEditSelection()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSelectionCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IExtension findExtension(IUID extensionID)
throws java.io.IOException,
AutomationException
extensionID - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTaskCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditTask getTask(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCurrentTaskByRef(IEditTask task)
throws java.io.IOException,
AutomationException
task - A reference to a com.esri.arcgis.editor.IEditTask (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEditTask getCurrentTask()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry createSearchShape(IPoint point)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumFeature searchSelection(IPoint point)
throws java.io.IOException,
AutomationException
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void invertAgent(IPoint loc,
int hdc)
throws java.io.IOException,
AutomationException
loc - A reference to a com.esri.arcgis.geometry.IPoint (in)hdc - The hdc (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAnchorPoint getSelectionAnchor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getLocation()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||