|
|||||||||
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.controls.IEngineEditorProxy
Description: 'Provides access to members that control the behavior of the EngineEditor.' 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 =
public class IEngineEditorProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
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.controls.IEngineEditor |
---|
IID, IID9ae024af_2bae_4b4c_927f_8e6ff0ab55bd |
Constructor Summary | |
---|---|
|
IEngineEditorProxy()
Deprecated. For internal use only |
|
IEngineEditorProxy(java.lang.Object obj)
Deprecated. |
protected |
IEngineEditorProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IEngineEditorProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IEngineEditorProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
abortOperation()
Deprecated. Aborts an edit operation. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
addTask(IEngineEditTask task)
Deprecated. Adds a task to the EngineEditor. |
void |
enableUndoRedo(boolean enabled)
Deprecated. Indicates if undo/redo capabilities are enabled. |
IEngineEditTask |
getCurrentTask()
Deprecated. The current edit task. |
IEnumFeature |
getEditSelection()
Deprecated. The selected features that are editable. |
int |
getEditSessionMode()
Deprecated. The current edit session mode. |
int |
getEditState()
Deprecated. The EngineEditor's current edit state. |
IWorkspace |
getEditWorkspace()
Deprecated. The workspace being edited. |
IMap |
getMap()
Deprecated. The map being edited. |
int |
getSelectionCount()
Deprecated. The number of selected features that are editable. |
IEngineEditTask |
getTask(int index)
Deprecated. The edit task at the specified index. |
IEngineEditTask |
getTaskByUniqueName(java.lang.String uniqueName)
Deprecated. Retrieves a task by UniqueName from the EngineEditor. |
int |
getTaskCount()
Deprecated. The number of edit tasks. |
boolean |
hasEdits()
Deprecated. Indicates if edits have been made. |
void |
invertAgent(IPoint location,
int hdc)
Deprecated. Draws the EngineEditor's snapping agent. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setCurrentTaskByRef(IEngineEditTask task)
Deprecated. The current edit task. |
void |
setEditSessionMode(int mode)
Deprecated. The current edit session mode. |
void |
startEditing(IWorkspace workspace,
IMap map)
Deprecated. Starts an edit session. |
void |
startOperation()
Deprecated. Starts an edit operation. |
void |
stopEditing(boolean saveChanges)
Deprecated. Stops an edit session. |
void |
stopOperation(java.lang.String operationName)
Deprecated. Stops 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 IEngineEditorProxy(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.IOException
public IEngineEditorProxy()
public IEngineEditorProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineEditorProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineEditorProxy(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.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getEditState() throws java.io.IOException, AutomationException
getEditState
in interface IEngineEditor
java.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 IEngineEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startEditing(IWorkspace workspace, IMap map) throws java.io.IOException, AutomationException
startEditing
in interface IEngineEditor
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)map
- A reference to a com.esri.arcgis.carto.IMap (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 IEngineEditor
saveChanges
- 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 IEngineEditor
java.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 IEngineEditor
java.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 IEngineEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stopOperation(java.lang.String operationName) throws java.io.IOException, AutomationException
stopOperation
in interface IEngineEditor
operationName
- The operationName (in)
java.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 IEngineEditor
enabled
- The enabled (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 IEngineEditor
java.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 IEngineEditor
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 IEngineEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEngineEditTask getTask(int index) throws java.io.IOException, AutomationException
getTask
in interface IEngineEditor
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCurrentTaskByRef(IEngineEditTask task) throws java.io.IOException, AutomationException
setCurrentTaskByRef
in interface IEngineEditor
task
- A reference to a com.esri.arcgis.controls.IEngineEditTask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEngineEditTask getCurrentTask() throws java.io.IOException, AutomationException
getCurrentTask
in interface IEngineEditor
java.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 IEngineEditor
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void invertAgent(IPoint location, int hdc) throws java.io.IOException, AutomationException
invertAgent
in interface IEngineEditor
location
- A reference to a com.esri.arcgis.geometry.IPoint (in)hdc
- The hdc (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addTask(IEngineEditTask task) throws java.io.IOException, AutomationException
addTask
in interface IEngineEditor
task
- A reference to a com.esri.arcgis.controls.IEngineEditTask (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEngineEditTask getTaskByUniqueName(java.lang.String uniqueName) throws java.io.IOException, AutomationException
getTaskByUniqueName
in interface IEngineEditor
uniqueName
- The uniqueName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEditSessionMode(int mode) throws java.io.IOException, AutomationException
setEditSessionMode
in interface IEngineEditor
mode
- A com.esri.arcgis.controls.esriEngineEditSessionMode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEditSessionMode() throws java.io.IOException, AutomationException
getEditSessionMode
in interface IEngineEditor
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 |