|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEngineNAWindow
COM Interface 'IEngineNAWindow'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to the network analysis window.' 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 |
IIDcc384577_67f8_4b16_af7f_67c3de386209
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
abortOperation(INAContext pNAContext)
Cancels the operation in progress. |
void |
delayEvents(IEngineNAWindowCategory pCategory,
boolean flag)
Indicates if events should be delayed for a category. |
void |
delayWindowUpdates(boolean flag)
Indicates if window updates should be delayed. |
INALayer |
getActiveAnalysis()
The current analysis shown in the window. |
IEngineNAWindowCategory |
getActiveCategory()
The current category shown in the window. |
IEngineNAWindowCategory |
getCategoryByNAClassName(java.lang.String name)
The network analysis window by category. |
int |
getHWnd()
The handle to the analysis window. |
IColor |
getItemSelectionColor()
The color used for selected items. |
ISelection |
getSelection()
The current selection in the window. |
void |
setActiveAnalysis(INALayer analysisLayer)
The current analysis shown in the window. |
void |
setActiveCategory(IEngineNAWindowCategory category)
The current category shown in the window. |
void |
setItemSelectionColor(IColor color)
The color used for selected items. |
void |
setMessage(java.lang.String rhs1)
Displays a message at the bottom of the window. |
void |
startOperation(INAContext pNAContext)
Starts an analysis window operation. |
void |
stopOperation(INAContext pNAContext,
java.lang.String message)
Stops an analysis window operation. |
void |
updateContent(IEngineNAWindowCategory category)
Refresh the window contents. |
Field Detail |
---|
static final int IIDcc384577_67f8_4b16_af7f_67c3de386209
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setMessage(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INALayer getActiveAnalysis() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveAnalysis(INALayer analysisLayer) throws java.io.IOException, AutomationException
analysisLayer
- A reference to a com.esri.arcgis.networkanalyst.INALayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEngineNAWindowCategory getActiveCategory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setActiveCategory(IEngineNAWindowCategory category) throws java.io.IOException, AutomationException
category
- A reference to a com.esri.arcgis.controls.IEngineNAWindowCategory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelection getSelection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEngineNAWindowCategory getCategoryByNAClassName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateContent(IEngineNAWindowCategory category) throws java.io.IOException, AutomationException
category
- A reference to a com.esri.arcgis.controls.IEngineNAWindowCategory (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delayEvents(IEngineNAWindowCategory pCategory, boolean flag) throws java.io.IOException, AutomationException
pCategory
- A reference to a com.esri.arcgis.controls.IEngineNAWindowCategory (in)flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delayWindowUpdates(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHWnd() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getItemSelectionColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItemSelectionColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void startOperation(INAContext pNAContext) throws java.io.IOException, AutomationException
pNAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void stopOperation(INAContext pNAContext, java.lang.String message) throws java.io.IOException, AutomationException
pNAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)message
- The message (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void abortOperation(INAContext pNAContext) throws java.io.IOException, AutomationException
pNAContext
- A reference to a com.esri.arcgis.networkanalyst.INAContext (in)
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 |