|
|||||||||
| 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.editor.IEditorProxy
public class IEditorProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.editor.IEditor |
|---|
IID, IID2866e6b0_c00b_11d0_802b_0000f8037368 |
| Constructor Summary | |
|---|---|
|
IEditorProxy()
For internal use only |
|
IEditorProxy(java.lang.Object obj)
|
protected |
IEditorProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IEditorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IEditorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
abortOperation()
Aborts an edit operation. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| 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 static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IEditorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IEditorProxy()
public IEditorProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IEditorProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IEditorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IApplication getParent()
throws java.io.IOException,
AutomationException
getParent in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getEditState()
throws java.io.IOException,
AutomationException
getEditState in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IMap getMap()
throws java.io.IOException,
AutomationException
getMap in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IScreenDisplay getDisplay()
throws java.io.IOException,
AutomationException
getDisplay in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getEditWorkspace()
throws java.io.IOException,
AutomationException
getEditWorkspace in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getScratchWorkspace()
throws java.io.IOException,
AutomationException
getScratchWorkspace in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startEditing(IWorkspace workspace)
throws java.io.IOException,
AutomationException
startEditing in interface IEditorworkspace - 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.
public void stopEditing(boolean saveChanges)
throws java.io.IOException,
AutomationException
stopEditing in interface IEditorsaveChanges - The saveChanges (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean hasEdits()
throws java.io.IOException,
AutomationException
hasEdits in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void startOperation()
throws java.io.IOException,
AutomationException
startOperation in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void abortOperation()
throws java.io.IOException,
AutomationException
abortOperation in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void stopOperation(java.lang.String menuText)
throws java.io.IOException,
AutomationException
stopOperation in interface IEditormenuText - The menuText (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void undoOperation()
throws java.io.IOException,
AutomationException
undoOperation in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void redoOperation()
throws java.io.IOException,
AutomationException
redoOperation in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enableUndoRedo(boolean enabled)
throws java.io.IOException,
AutomationException
enableUndoRedo in interface IEditorenabled - The enabled (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delayEvents(boolean delay)
throws java.io.IOException,
AutomationException
delayEvents in interface IEditordelay - The delay (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumFeature getEditSelection()
throws java.io.IOException,
AutomationException
getEditSelection in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSelectionCount()
throws java.io.IOException,
AutomationException
getSelectionCount in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IExtension findExtension(IUID extensionID)
throws java.io.IOException,
AutomationException
findExtension in interface IEditorextensionID - 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.
public int getTaskCount()
throws java.io.IOException,
AutomationException
getTaskCount in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEditTask getTask(int index)
throws java.io.IOException,
AutomationException
getTask in interface IEditorindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setCurrentTaskByRef(IEditTask task)
throws java.io.IOException,
AutomationException
setCurrentTaskByRef in interface IEditortask - 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.
public IEditTask getCurrentTask()
throws java.io.IOException,
AutomationException
getCurrentTask in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry createSearchShape(IPoint point)
throws java.io.IOException,
AutomationException
createSearchShape in interface IEditorpoint - 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.
public IEnumFeature searchSelection(IPoint point)
throws java.io.IOException,
AutomationException
searchSelection in interface IEditorpoint - 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.
public void invertAgent(IPoint loc,
int hdc)
throws java.io.IOException,
AutomationException
invertAgent in interface IEditorloc - 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.
public IAnchorPoint getSelectionAnchor()
throws java.io.IOException,
AutomationException
getSelectionAnchor in interface IEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IPoint getLocation()
throws java.io.IOException,
AutomationException
getLocation in interface IEditorjava.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 | ||||||||