|
|||||||||
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.networkanalyst.INAContextEditProxy
Description: 'Provides access to the editable properties of a network analysis context.' 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 INAContextEditProxy
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.networkanalyst.INAContextEdit |
---|
IID, IID83fb4cbe_4f5c_451e_89ba_db9f01244f4f |
Constructor Summary | |
---|---|
|
INAContextEditProxy()
Deprecated. For internal use only |
|
INAContextEditProxy(java.lang.Object obj)
Deprecated. |
protected |
INAContextEditProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
INAContextEditProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
INAContextEditProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
abortEditOperation()
Deprecated. Cancels an edit operation in progress. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
bind(INetworkDataset pNetworkDataset,
IGPMessages pGPMessages)
Deprecated. Prepare the context for analysis based upon the current network dataset schema. |
void |
clearInputNAObjects()
Deprecated. Empty NAClasses that are defined as input or input/output. |
void |
clearOutputNAObjects()
Deprecated. Empty NAClasses that are defined as output only. |
void |
contextChanged()
Deprecated. Message all of the network analysis agents that the analysis context has changed. |
INAClass |
createAnalysisClass(INAClassDefinition classDef)
Deprecated. Create a new analysis class based upon the given class definition. |
boolean |
hasRedos()
Deprecated. Indicates if any redo operations are available. |
boolean |
hasUndos()
Deprecated. Indicates if any undo operations are available. |
void |
initialize(java.lang.String name,
IDENetworkDataset network)
Deprecated. Prepare the context for analysis. |
boolean |
isBeingEdited()
Deprecated. Indicates if the class is currently being edited. |
void |
redoEditOperation()
Deprecated. Repeats the last edit operation. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
resultChanged()
Deprecated. Message all of the network analysis agents that the analysis results have changed. |
void |
setLocatorByRef(INALocator rhs1)
Deprecated. The locator used for finding network locations. |
void |
setResultByRef(INAResult rhs1)
Deprecated. The result of the analysis. |
void |
setSolverByRef(INASolver rhs1)
Deprecated. The function used for the analysis. |
void |
startEditing(boolean withUndoRedo)
Deprecated. Starts an edit session. |
void |
startEditOperation()
Deprecated. Starts an edit operation. |
void |
stopEditing(boolean saveEdits)
Deprecated. Stops an edit session. |
void |
stopEditOperation()
Deprecated. Stops an edit operation. |
void |
undoEditOperation()
Deprecated. Cancels the last edit operation and returns to the state before it was started. |
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 INAContextEditProxy(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 INAContextEditProxy()
public INAContextEditProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected INAContextEditProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected INAContextEditProxy(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 void setResultByRef(INAResult rhs1) throws java.io.IOException, AutomationException
setResultByRef
in interface INAContextEdit
rhs1
- A reference to a com.esri.arcgis.networkanalyst.INAResult (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSolverByRef(INASolver rhs1) throws java.io.IOException, AutomationException
setSolverByRef
in interface INAContextEdit
rhs1
- A reference to a com.esri.arcgis.networkanalyst.INASolver (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLocatorByRef(INALocator rhs1) throws java.io.IOException, AutomationException
setLocatorByRef
in interface INAContextEdit
rhs1
- A reference to a com.esri.arcgis.networkanalyst.INALocator (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initialize(java.lang.String name, IDENetworkDataset network) throws java.io.IOException, AutomationException
initialize
in interface INAContextEdit
name
- The name (in)network
- A reference to a com.esri.arcgis.geodatabase.IDENetworkDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void bind(INetworkDataset pNetworkDataset, IGPMessages pGPMessages) throws java.io.IOException, AutomationException
bind
in interface INAContextEdit
pNetworkDataset
- A reference to a com.esri.arcgis.geodatabase.INetworkDataset (in)pGPMessages
- A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearInputNAObjects() throws java.io.IOException, AutomationException
clearInputNAObjects
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearOutputNAObjects() throws java.io.IOException, AutomationException
clearOutputNAObjects
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contextChanged() throws java.io.IOException, AutomationException
contextChanged
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resultChanged() throws java.io.IOException, AutomationException
resultChanged
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INAClass createAnalysisClass(INAClassDefinition classDef) throws java.io.IOException, AutomationException
createAnalysisClass
in interface INAContextEdit
classDef
- A reference to a com.esri.arcgis.networkanalyst.INAClassDefinition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startEditing(boolean withUndoRedo) throws java.io.IOException, AutomationException
startEditing
in interface INAContextEdit
withUndoRedo
- The withUndoRedo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stopEditing(boolean saveEdits) throws java.io.IOException, AutomationException
stopEditing
in interface INAContextEdit
saveEdits
- The saveEdits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startEditOperation() throws java.io.IOException, AutomationException
startEditOperation
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stopEditOperation() throws java.io.IOException, AutomationException
stopEditOperation
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void abortEditOperation() throws java.io.IOException, AutomationException
abortEditOperation
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void undoEditOperation() throws java.io.IOException, AutomationException
undoEditOperation
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void redoEditOperation() throws java.io.IOException, AutomationException
redoEditOperation
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasRedos() throws java.io.IOException, AutomationException
hasRedos
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasUndos() throws java.io.IOException, AutomationException
hasUndos
in interface INAContextEdit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBeingEdited() throws java.io.IOException, AutomationException
isBeingEdited
in interface INAContextEdit
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 |