|
|||||||||
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.IEngineNAWindowProxy
public class IEngineNAWindowProxy
Internal use class Proxy for 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 | |
---|---|
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.controls.IEngineNAWindow |
---|
IID, IIDcc384577_67f8_4b16_af7f_67c3de386209 |
Constructor Summary | |
---|---|
|
IEngineNAWindowProxy()
For internal use only |
|
IEngineNAWindowProxy(java.lang.Object obj)
|
protected |
IEngineNAWindowProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IEngineNAWindowProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IEngineNAWindowProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
abortOperation(INAContext pNAContext)
Cancels the operation in progress. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
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 IEngineNAWindowProxy(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 IEngineNAWindowProxy()
public IEngineNAWindowProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IEngineNAWindowProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IEngineNAWindowProxy(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 setMessage(java.lang.String rhs1) throws java.io.IOException, AutomationException
setMessage
in interface IEngineNAWindow
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INALayer getActiveAnalysis() throws java.io.IOException, AutomationException
getActiveAnalysis
in interface IEngineNAWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveAnalysis(INALayer analysisLayer) throws java.io.IOException, AutomationException
setActiveAnalysis
in interface IEngineNAWindow
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.public IEngineNAWindowCategory getActiveCategory() throws java.io.IOException, AutomationException
getActiveCategory
in interface IEngineNAWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveCategory(IEngineNAWindowCategory category) throws java.io.IOException, AutomationException
setActiveCategory
in interface IEngineNAWindow
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.public ISelection getSelection() throws java.io.IOException, AutomationException
getSelection
in interface IEngineNAWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEngineNAWindowCategory getCategoryByNAClassName(java.lang.String name) throws java.io.IOException, AutomationException
getCategoryByNAClassName
in interface IEngineNAWindow
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateContent(IEngineNAWindowCategory category) throws java.io.IOException, AutomationException
updateContent
in interface IEngineNAWindow
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.public void delayEvents(IEngineNAWindowCategory pCategory, boolean flag) throws java.io.IOException, AutomationException
delayEvents
in interface IEngineNAWindow
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.public void delayWindowUpdates(boolean flag) throws java.io.IOException, AutomationException
delayWindowUpdates
in interface IEngineNAWindow
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHWnd() throws java.io.IOException, AutomationException
getHWnd
in interface IEngineNAWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getItemSelectionColor() throws java.io.IOException, AutomationException
getItemSelectionColor
in interface IEngineNAWindow
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setItemSelectionColor(IColor color) throws java.io.IOException, AutomationException
setItemSelectionColor
in interface IEngineNAWindow
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.public void startOperation(INAContext pNAContext) throws java.io.IOException, AutomationException
startOperation
in interface IEngineNAWindow
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.public void stopOperation(INAContext pNAContext, java.lang.String message) throws java.io.IOException, AutomationException
stopOperation
in interface IEngineNAWindow
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.public void abortOperation(INAContext pNAContext) throws java.io.IOException, AutomationException
abortOperation
in interface IEngineNAWindow
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 |