|
|||||||||
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.carto.IActiveViewProxy
Description: 'Provides access to members that control the active view - the main application 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 =
public class IActiveViewProxy
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.carto.IActiveView |
---|
IID, IIDdd94d76b_836d_11d0_87ec_080009ec732a |
Constructor Summary | |
---|---|
|
IActiveViewProxy()
Deprecated. For internal use only |
|
IActiveViewProxy(java.lang.Object obj)
Deprecated. |
protected |
IActiveViewProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IActiveViewProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IActiveViewProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
activate(int hWnd)
Deprecated. Gives this view control of the specified window. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clear()
Deprecated. Empties the view contents. |
void |
contentsChanged()
Deprecated. Called by clients when view objects are modified. |
void |
deactivate()
Deprecated. Another view takes over the associated window. |
void |
draw(int hDC,
ITrackCancel trackCancel)
Deprecated. Draws the view to the specified device context. |
void |
getContextMenu(double x,
double y,
IUID[] clsidMenu)
Deprecated. Called when a context menu should be displayed at the given xy location. |
tagRECT |
getExportFrame()
Deprecated. The device rectangle to export. |
IEnvelope |
getExtent()
Deprecated. The visible extent rectangle. |
IExtentStack |
getExtentStack()
Deprecated. The extent stack. |
IMap |
getFocusMap()
Deprecated. The map that tools and controls act on. |
IEnvelope |
getFullExtent()
Deprecated. The full extent rectangle. |
IGraphicsContainer |
getGraphicsContainer()
Deprecated. The active graphics container. |
short |
getScreenCacheID(int phase,
java.lang.Object data)
Deprecated. The screen cache ID that is used to draw the specified phase. |
IScreenDisplay |
getScreenDisplay()
Deprecated. The screen display used by the view. |
ISelection |
getSelection()
Deprecated. The selection. |
java.lang.String |
getTipText(double x,
double y)
Deprecated. The tip text to display at the given location. |
IMap |
hitTestMap(IPoint location)
Deprecated. Returns any maps present in the view at the given location. |
boolean |
isActive()
Deprecated. Indicates if view is active or not. |
boolean |
isMapActivated()
Deprecated. Indicates if the focus map is activated. |
boolean |
isShowRulers()
Deprecated. Indicates if rulers are visible. |
boolean |
isShowScrollBars()
Deprecated. Indicates if scrollbars are visible. |
boolean |
isShowSelection()
Deprecated. Indicates if selection is visible. |
void |
onMessage(int msg,
int wParam,
int lParam)
Deprecated. Call from your application's message loop to enable automatic resizing and keyboard accelerators. |
void |
output(int hDC,
int dpi,
tagRECT pixelBounds,
IEnvelope visibleBounds,
ITrackCancel trackCancel)
Deprecated. Renders the view to the specified DC. |
void |
partialRefresh(int phase,
java.lang.Object data,
IEnvelope envelope)
Deprecated. Draws the specified view phase. |
void |
printerChanged(IPrinter printer)
Deprecated. Called by application when printer changes. |
void |
refresh()
Deprecated. Causes the entire view to draw. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setExtent(IEnvelope extent)
Deprecated. The visible extent rectangle. |
void |
setFocusMapByRef(IMap activeMap)
Deprecated. The map that tools and controls act on. |
void |
setFullExtent(IEnvelope extent)
Deprecated. The full extent rectangle. |
void |
setIsMapActivated(boolean isMapActivated)
Deprecated. Indicates if the focus map is activated. |
void |
setSelectionByRef(ISelection selection)
Deprecated. The selection. |
void |
setShowRulers(boolean showRulers)
Deprecated. Indicates if rulers are visible. |
void |
setShowScrollBars(boolean showScrollBars)
Deprecated. Indicates if scrollbars are visible. |
void |
setShowSelection(boolean showRulers)
Deprecated. Indicates if selection is visible. |
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 IActiveViewProxy(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 IActiveViewProxy()
public IActiveViewProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IActiveViewProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IActiveViewProxy(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 IEnvelope getFullExtent() throws java.io.IOException, AutomationException
getFullExtent
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFullExtent(IEnvelope extent) throws java.io.IOException, AutomationException
setFullExtent
in interface IActiveView
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtent(IEnvelope extent) throws java.io.IOException, AutomationException
setExtent
in interface IActiveView
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IScreenDisplay getScreenDisplay() throws java.io.IOException, AutomationException
getScreenDisplay
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGraphicsContainer getGraphicsContainer() throws java.io.IOException, AutomationException
getGraphicsContainer
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMap getFocusMap() throws java.io.IOException, AutomationException
getFocusMap
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFocusMapByRef(IMap activeMap) throws java.io.IOException, AutomationException
setFocusMapByRef
in interface IActiveView
activeMap
- 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 boolean isMapActivated() throws java.io.IOException, AutomationException
isMapActivated
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsMapActivated(boolean isMapActivated) throws java.io.IOException, AutomationException
setIsMapActivated
in interface IActiveView
isMapActivated
- The isMapActivated (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 IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSelectionByRef(ISelection selection) throws java.io.IOException, AutomationException
setSelectionByRef
in interface IActiveView
selection
- A reference to a com.esri.arcgis.carto.ISelection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTipText(double x, double y) throws java.io.IOException, AutomationException
getTipText
in interface IActiveView
x
- The x (in)y
- The y (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public tagRECT getExportFrame() throws java.io.IOException, AutomationException
getExportFrame
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowScrollBars() throws java.io.IOException, AutomationException
isShowScrollBars
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowScrollBars(boolean showScrollBars) throws java.io.IOException, AutomationException
setShowScrollBars
in interface IActiveView
showScrollBars
- The showScrollBars (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowRulers() throws java.io.IOException, AutomationException
isShowRulers
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowRulers(boolean showRulers) throws java.io.IOException, AutomationException
setShowRulers
in interface IActiveView
showRulers
- The showRulers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowSelection() throws java.io.IOException, AutomationException
isShowSelection
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowSelection(boolean showRulers) throws java.io.IOException, AutomationException
setShowSelection
in interface IActiveView
showRulers
- The showRulers (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IExtentStack getExtentStack() throws java.io.IOException, AutomationException
getExtentStack
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getScreenCacheID(int phase, java.lang.Object data) throws java.io.IOException, AutomationException
getScreenCacheID
in interface IActiveView
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMap hitTestMap(IPoint location) throws java.io.IOException, AutomationException
hitTestMap
in interface IActiveView
location
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isActive() throws java.io.IOException, AutomationException
isActive
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void activate(int hWnd) throws java.io.IOException, AutomationException
activate
in interface IActiveView
hWnd
- The hWnd (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deactivate() throws java.io.IOException, AutomationException
deactivate
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(int hDC, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
draw
in interface IActiveView
hDC
- The hDC (A COM typedef) (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void output(int hDC, int dpi, tagRECT pixelBounds, IEnvelope visibleBounds, ITrackCancel trackCancel) throws java.io.IOException, AutomationException
output
in interface IActiveView
hDC
- The hDC (A COM typedef) (in)dpi
- The dpi (in)pixelBounds
- A Structure: com.esri.arcgis.system.tagRECT (in)visibleBounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void refresh() throws java.io.IOException, AutomationException
refresh
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void partialRefresh(int phase, java.lang.Object data, IEnvelope envelope) throws java.io.IOException, AutomationException
partialRefresh
in interface IActiveView
phase
- A com.esri.arcgis.carto.esriViewDrawPhase constant (in)data
- A reference to another Object (IUnknown) (in)envelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void printerChanged(IPrinter printer) throws java.io.IOException, AutomationException
printerChanged
in interface IActiveView
printer
- A reference to a com.esri.arcgis.output.IPrinter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void contentsChanged() throws java.io.IOException, AutomationException
contentsChanged
in interface IActiveView
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void onMessage(int msg, int wParam, int lParam) throws java.io.IOException, AutomationException
onMessage
in interface IActiveView
msg
- The msg (in)wParam
- The wParam (A COM typedef) (in)lParam
- The lParam (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getContextMenu(double x, double y, IUID[] clsidMenu) throws java.io.IOException, AutomationException
getContextMenu
in interface IActiveView
x
- The x (in)y
- The y (in)clsidMenu
- A reference to a com.esri.arcgis.system.IUID (out: use single element array)
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 |