|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAContextEdit
COM Interface 'INAContextEdit'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID83fb4cbe_4f5c_451e_89ba_db9f01244f4f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
abortEditOperation()
Cancels an edit operation in progress. |
void |
bind(INetworkDataset pNetworkDataset,
IGPMessages pGPMessages)
Prepare the context for analysis based upon the current network dataset schema. |
void |
clearInputNAObjects()
Empty NAClasses that are defined as input or input/output. |
void |
clearOutputNAObjects()
Empty NAClasses that are defined as output only. |
void |
contextChanged()
Message all of the network analysis agents that the analysis context has changed. |
INAClass |
createAnalysisClass(INAClassDefinition classDef)
Create a new analysis class based upon the given class definition. |
boolean |
hasRedos()
Indicates if any redo operations are available. |
boolean |
hasUndos()
Indicates if any undo operations are available. |
void |
initialize(java.lang.String name,
IDENetworkDataset network)
Prepare the context for analysis. |
boolean |
isBeingEdited()
Indicates if the class is currently being edited. |
void |
redoEditOperation()
Repeats the last edit operation. |
void |
resultChanged()
Message all of the network analysis agents that the analysis results have changed. |
void |
setLocatorByRef(INALocator rhs1)
The locator used for finding network locations. |
void |
setResultByRef(INAResult rhs1)
The result of the analysis. |
void |
setSolverByRef(INASolver rhs1)
The function used for the analysis. |
void |
startEditing(boolean withUndoRedo)
Starts an edit session. |
void |
startEditOperation()
Starts an edit operation. |
void |
stopEditing(boolean saveEdits)
Stops an edit session. |
void |
stopEditOperation()
Stops an edit operation. |
void |
undoEditOperation()
Cancels the last edit operation and returns to the state before it was started. |
Field Detail |
---|
static final int IID83fb4cbe_4f5c_451e_89ba_db9f01244f4f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setResultByRef(INAResult rhs1) throws java.io.IOException, AutomationException
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.void setSolverByRef(INASolver rhs1) throws java.io.IOException, AutomationException
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.void setLocatorByRef(INALocator rhs1) throws java.io.IOException, AutomationException
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.void initialize(java.lang.String name, IDENetworkDataset network) throws java.io.IOException, AutomationException
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.void bind(INetworkDataset pNetworkDataset, IGPMessages pGPMessages) throws java.io.IOException, AutomationException
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.void clearInputNAObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearOutputNAObjects() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void contextChanged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void resultChanged() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAClass createAnalysisClass(INAClassDefinition classDef) throws java.io.IOException, AutomationException
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.void startEditing(boolean withUndoRedo) throws java.io.IOException, AutomationException
withUndoRedo
- The withUndoRedo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopEditing(boolean saveEdits) throws java.io.IOException, AutomationException
saveEdits
- The saveEdits (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void abortEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void undoEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void redoEditOperation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasRedos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean hasUndos() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBeingEdited() 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 |