|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.arcmapui.AppDisplay
public class AppDisplay
COM Class 'AppDisplay'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'
Description 'Esri Display.' 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 |
---|
Fields inherited from interface com.esri.arcgis.display.IAppDisplay |
---|
IID, IID534e08d6_e65a_11d0_8681_0000f8751720, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IScreenDisplay |
---|
IIDe6bdb004_4d35_11d0_98be_00805f7ced21 |
Fields inherited from interface com.esri.arcgis.display.IDisplay |
---|
IIDe6bdb002_4d35_11d0_98be_00805f7ced21 |
Fields inherited from interface com.esri.arcgis.display.IScreenDisplay2 |
---|
IID, IIDdc321087_108f_43ae_932a_dfc1f7c4529e, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IDraw |
---|
IID, IID7ef23a93_f475_11d3_9f54_00c04f6bdf0d, xxDummy |
Constructor Summary | |
---|---|
AppDisplay()
Constructs a AppDisplay using ArcGIS Engine. |
|
AppDisplay(java.lang.Object obj)
Construct a AppDisplay using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
short |
addCache()
Creates a new cache and return its ID. |
void |
doScroll(int xDelta,
int yDelta,
boolean updateScreen)
Scrolls the screen by the specified amount. |
void |
draw(IGeometry geometry)
Draws the specified shape. |
void |
drawCache(int hDC,
short index,
tagRECT deviceRect,
tagRECT cacheRect)
Draws the specified screen cache to the specified window device context. |
void |
drawMultipoint(IGeometry multipoint)
Draws specified multipoint on the display. |
void |
drawPoint(IGeometry point)
Draws specified point on the display. |
void |
drawPolygon(IGeometry polygon)
Draws specified polygon on the display. |
void |
drawPolyline(IGeometry polyline)
Draws specified line on the display. |
void |
drawRectangle(IEnvelope rectangle)
Draws specified rectangle on the display. |
void |
drawText(IGeometry shape,
java.lang.String text)
Draws specified text on the display. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
finishDrawing()
Completes drawing. |
void |
finishFeedback()
Ends feedback drawing. |
void |
frameScrolled(int x,
int y)
Call on frame display when container is scrolled. |
short |
getActiveCache()
Screen cache where drawing occurs. |
int |
getBackgroundRGB()
The RGB value of the background color. |
short |
getCacheCount()
Number of screen caches. |
int |
getCacheMemDC(short index)
Memory device context for the specified screen cache. |
ITrackCancel |
getCancelTracker()
Cancel tracker that is associated with the display. |
IEnvelope |
getClipEnvelope()
The bounds of the invalid region. |
ISet |
getClipEnvelopes()
The invalid region as a set of envelopes. |
IGeometry |
getClipGeometry()
User-specified clip shape. |
IGeometry |
getClipRegion()
Clipping region (polygon or envelope). |
static java.lang.String |
getClsid()
getClsid. |
int |
getCount()
The number of ScreenDisplays associated with the application. |
java.lang.Object |
getCustomProperty()
Custom property. |
IDisplayTransformation |
getDisplayTransformation()
The transformation used by the display. |
void |
getDrawingOffset(int[] x,
int[] y)
The offset between the device origin and the active cache origin. |
IDisplayFilter |
getFilter()
Display filter. |
IScreenDisplay |
getFocusScreen()
The ScreenDisplay associated with the window the mouse is over. |
int |
getHDC()
The device context that the display is currently drawing to. |
int |
getHPalette()
Palette. |
int |
getHWnd()
Associated window handle. |
IIlluminationProps |
getIlluminationProps()
Illumination properties used by the display. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IScreenDisplay |
getMainScreen()
The ScreenDisplay associated with the main application window. |
IScreenDisplay |
getScreenDisplay(int idx)
The nth ScreenDisplay associated with the application. |
int |
getWindowDC()
Device context for the associated window. |
int |
hashCode()
the hashcode for this object |
void |
invalidate(IEnvelope rect,
boolean erase,
short cacheIndex)
Cause the specified area of the specified cache to redraw. |
boolean |
isCacheDirty(short cacheIndex)
Indicates if the specified cache needs refreshing. |
boolean |
isFirstCacheTransparent()
Indicates if the bottom cache is transparent. |
boolean |
isFramed()
Indicates if drawing occurs in a frame rather than on the whole window. |
boolean |
isScaleContents()
Indicates if the contents of the screen scale when a resize occurs. |
boolean |
isSuppressEvents()
Indicates if display object suppresses events. |
boolean |
isSuppressResize()
Indicates if display resizing is suppressed. |
boolean |
isUseScrollbars()
Indicates if scrollbars should appear. |
void |
panMoveTo(IPoint mouseLocation)
Pans to a new point. |
void |
panStart(IPoint mouseLocation)
Prepares display for panning. |
IEnvelope |
panStop()
Stops panning and returns new visible bounds. |
void |
progress(int vertexCount)
Call frequently during drawing process. |
void |
release()
Release a AppDisplay. |
void |
removeAllCaches()
Removes all caches. |
void |
removeCache(short cacheID)
Removes the specified cache. |
void |
rotateMoveTo(IPoint pPoint)
Rotates to new point. |
void |
rotateStart(IPoint mousePt,
IPoint centerPt)
Prepares display for rotating. |
double |
rotateStop()
Stops rotating and returns new angle. |
void |
rotateTimer()
Draws the rotated display. |
void |
setActiveCache(short index)
Screen cache where drawing occurs. |
void |
setBackgroundRGB(int rGB)
The RGB value of the background color. |
void |
setCancelTrackerByRef(ITrackCancel cancelTracker)
Cancel tracker that is associated with the display. |
void |
setClipGeometry(IGeometry geometry)
User-specified clip shape. |
void |
setCustomProperty(java.lang.Object customProperty)
Custom property. |
void |
setDisplayTransformation(IDisplayTransformation displayTransformation)
The transformation used by the display. |
void |
setFilterByRef(IDisplayFilter filter)
Display filter. |
void |
setHPalette(int hPalette)
Palette. |
void |
setHWnd(int hWnd)
Associated window handle. |
void |
setIlluminationProps(IIlluminationProps illuminationProps)
Illumination properties used by the display. |
void |
setIsFirstCacheTransparent(boolean flag)
Indicates if the bottom cache is transparent. |
void |
setIsFramed(boolean flag)
Indicates if drawing occurs in a frame rather than on the whole window. |
void |
setMainScreenByRef(IScreenDisplay mainScreen)
The ScreenDisplay associated with the main application window. |
void |
setScaleContents(boolean flag)
Indicates if the contents of the screen scale when a resize occurs. |
void |
setScrollbarHandles(int hWndHorzScrollbar,
int hWndVertScrollbar)
Optionally specify application supplied scrollbars. |
void |
setSuppressEvents(boolean suppressEvents)
Indicates if display object suppresses events. |
void |
setSuppressResize(boolean suppressResize)
Indicates if display resizing is suppressed. |
void |
setSymbol(ISymbol sym)
Sets the symbol used for drawing. |
void |
setUseScrollbars(boolean flag)
Indicates if scrollbars should appear. |
void |
startDrawing(int hDC,
short cacheID)
Prepare the display for drawing. |
void |
startFeedback()
Prepare the display for drawing selection/rubberbanding. |
void |
startRecording()
Starts recording all output to the recording cache. |
void |
stopRecording()
Stops recording to the recording cache. |
void |
trackPan()
Interactively pans the screen. |
void |
trackRotate()
Interactively rotates the screen. |
void |
updateWindow()
Forces a redraw. |
void |
validate(short cacheIndex)
Clear dirty flag for specified cache. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppDisplay() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic AppDisplay(java.lang.Object obj) throws java.io.IOException
obj
to AppDisplay
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
AppDisplay theAppDisplay = (AppDisplay) obj;
Method Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setMainScreenByRef(IScreenDisplay mainScreen) throws java.io.IOException, AutomationException
setMainScreenByRef
in interface IAppDisplay
mainScreen
- A reference to a com.esri.arcgis.display.IScreenDisplay (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IScreenDisplay getMainScreen() throws java.io.IOException, AutomationException
getMainScreen
in interface IAppDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IScreenDisplay getFocusScreen() throws java.io.IOException, AutomationException
getFocusScreen
in interface IAppDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCount() throws java.io.IOException, AutomationException
getCount
in interface IAppDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IScreenDisplay getScreenDisplay(int idx) throws java.io.IOException, AutomationException
getScreenDisplay
in interface IAppDisplay
idx
- The idx (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHWnd(int hWnd) throws java.io.IOException, AutomationException
setHWnd
in interface IScreenDisplay
setHWnd
in interface IScreenDisplay2
hWnd
- The hWnd (A COM typedef) (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 IScreenDisplay
getHWnd
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWindowDC() throws java.io.IOException, AutomationException
getWindowDC
in interface IScreenDisplay
getWindowDC
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short addCache() throws java.io.IOException, AutomationException
addCache
in interface IScreenDisplay
addCache
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeCache(short cacheID) throws java.io.IOException, AutomationException
removeCache
in interface IScreenDisplay
removeCache
in interface IScreenDisplay2
cacheID
- The cacheID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getCacheCount() throws java.io.IOException, AutomationException
getCacheCount
in interface IScreenDisplay
getCacheCount
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllCaches() throws java.io.IOException, AutomationException
removeAllCaches
in interface IScreenDisplay
removeAllCaches
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCacheMemDC(short index) throws java.io.IOException, AutomationException
getCacheMemDC
in interface IScreenDisplay
getCacheMemDC
in interface IScreenDisplay2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActiveCache(short index) throws java.io.IOException, AutomationException
setActiveCache
in interface IScreenDisplay
setActiveCache
in interface IScreenDisplay2
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getActiveCache() throws java.io.IOException, AutomationException
getActiveCache
in interface IScreenDisplay
getActiveCache
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsFirstCacheTransparent(boolean flag) throws java.io.IOException, AutomationException
setIsFirstCacheTransparent
in interface IScreenDisplay
setIsFirstCacheTransparent
in interface IScreenDisplay2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFirstCacheTransparent() throws java.io.IOException, AutomationException
isFirstCacheTransparent
in interface IScreenDisplay
isFirstCacheTransparent
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startRecording() throws java.io.IOException, AutomationException
startRecording
in interface IScreenDisplay
startRecording
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void stopRecording() throws java.io.IOException, AutomationException
stopRecording
in interface IScreenDisplay
stopRecording
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseScrollbars(boolean flag) throws java.io.IOException, AutomationException
setUseScrollbars
in interface IScreenDisplay
setUseScrollbars
in interface IScreenDisplay2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseScrollbars() throws java.io.IOException, AutomationException
isUseScrollbars
in interface IScreenDisplay
isUseScrollbars
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScrollbarHandles(int hWndHorzScrollbar, int hWndVertScrollbar) throws java.io.IOException, AutomationException
setScrollbarHandles
in interface IScreenDisplay
setScrollbarHandles
in interface IScreenDisplay2
hWndHorzScrollbar
- The hWndHorzScrollbar (A COM typedef) (in)hWndVertScrollbar
- The hWndVertScrollbar (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setScaleContents(boolean flag) throws java.io.IOException, AutomationException
setScaleContents
in interface IScreenDisplay
setScaleContents
in interface IScreenDisplay2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isScaleContents() throws java.io.IOException, AutomationException
isScaleContents
in interface IScreenDisplay
isScaleContents
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSuppressResize(boolean suppressResize) throws java.io.IOException, AutomationException
setSuppressResize
in interface IScreenDisplay
setSuppressResize
in interface IScreenDisplay2
suppressResize
- The suppressResize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSuppressResize() throws java.io.IOException, AutomationException
isSuppressResize
in interface IScreenDisplay
isSuppressResize
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFramed() throws java.io.IOException, AutomationException
isFramed
in interface IScreenDisplay
isFramed
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsFramed(boolean flag) throws java.io.IOException, AutomationException
setIsFramed
in interface IScreenDisplay
setIsFramed
in interface IScreenDisplay2
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ITrackCancel getCancelTracker() throws java.io.IOException, AutomationException
getCancelTracker
in interface IScreenDisplay
getCancelTracker
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCancelTrackerByRef(ITrackCancel cancelTracker) throws java.io.IOException, AutomationException
setCancelTrackerByRef
in interface IScreenDisplay
setCancelTrackerByRef
in interface IScreenDisplay2
cancelTracker
- 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 invalidate(IEnvelope rect, boolean erase, short cacheIndex) throws java.io.IOException, AutomationException
invalidate
in interface IScreenDisplay
invalidate
in interface IScreenDisplay2
rect
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)erase
- The erase (in)cacheIndex
- The cacheIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCacheDirty(short cacheIndex) throws java.io.IOException, AutomationException
isCacheDirty
in interface IScreenDisplay
isCacheDirty
in interface IScreenDisplay2
cacheIndex
- The cacheIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawCache(int hDC, short index, tagRECT deviceRect, tagRECT cacheRect) throws java.io.IOException, AutomationException
drawCache
in interface IScreenDisplay
drawCache
in interface IScreenDisplay2
hDC
- The hDC (A COM typedef) (in)index
- The index (in)deviceRect
- A Structure: com.esri.arcgis.system.tagRECT (in)cacheRect
- A Structure: com.esri.arcgis.system.tagRECT (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void doScroll(int xDelta, int yDelta, boolean updateScreen) throws java.io.IOException, AutomationException
doScroll
in interface IScreenDisplay
doScroll
in interface IScreenDisplay2
xDelta
- The xDelta (in)yDelta
- The yDelta (in)updateScreen
- The updateScreen (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void trackPan() throws java.io.IOException, AutomationException
trackPan
in interface IScreenDisplay
trackPan
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void panStart(IPoint mouseLocation) throws java.io.IOException, AutomationException
panStart
in interface IScreenDisplay
panStart
in interface IScreenDisplay2
mouseLocation
- 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 void panMoveTo(IPoint mouseLocation) throws java.io.IOException, AutomationException
panMoveTo
in interface IScreenDisplay
panMoveTo
in interface IScreenDisplay2
mouseLocation
- 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 IEnvelope panStop() throws java.io.IOException, AutomationException
panStop
in interface IScreenDisplay
panStop
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void trackRotate() throws java.io.IOException, AutomationException
trackRotate
in interface IScreenDisplay
trackRotate
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rotateStart(IPoint mousePt, IPoint centerPt) throws java.io.IOException, AutomationException
rotateStart
in interface IScreenDisplay
rotateStart
in interface IScreenDisplay2
mousePt
- A reference to a com.esri.arcgis.geometry.IPoint (in)centerPt
- 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 void rotateMoveTo(IPoint pPoint) throws java.io.IOException, AutomationException
rotateMoveTo
in interface IScreenDisplay
rotateMoveTo
in interface IScreenDisplay2
pPoint
- 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 void rotateTimer() throws java.io.IOException, AutomationException
rotateTimer
in interface IScreenDisplay
rotateTimer
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double rotateStop() throws java.io.IOException, AutomationException
rotateStop
in interface IScreenDisplay
rotateStop
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void updateWindow() throws java.io.IOException, AutomationException
updateWindow
in interface IScreenDisplay
updateWindow
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDisplayTransformation getDisplayTransformation() throws java.io.IOException, AutomationException
getDisplayTransformation
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayTransformation(IDisplayTransformation displayTransformation) throws java.io.IOException, AutomationException
setDisplayTransformation
in interface IDisplay
displayTransformation
- A reference to a com.esri.arcgis.display.IDisplayTransformation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getClipEnvelope() throws java.io.IOException, AutomationException
getClipEnvelope
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISet getClipEnvelopes() throws java.io.IOException, AutomationException
getClipEnvelopes
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getClipGeometry() throws java.io.IOException, AutomationException
getClipGeometry
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setClipGeometry(IGeometry geometry) throws java.io.IOException, AutomationException
setClipGeometry
in interface IDisplay
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSuppressEvents() throws java.io.IOException, AutomationException
isSuppressEvents
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSuppressEvents(boolean suppressEvents) throws java.io.IOException, AutomationException
setSuppressEvents
in interface IDisplay
suppressEvents
- The suppressEvents (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDisplayFilter getFilter() throws java.io.IOException, AutomationException
getFilter
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFilterByRef(IDisplayFilter filter) throws java.io.IOException, AutomationException
setFilterByRef
in interface IDisplay
filter
- A reference to a com.esri.arcgis.display.IDisplayFilter (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHPalette() throws java.io.IOException, AutomationException
getHPalette
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHPalette(int hPalette) throws java.io.IOException, AutomationException
setHPalette
in interface IDisplay
hPalette
- The hPalette (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startDrawing(int hDC, short cacheID) throws java.io.IOException, AutomationException
startDrawing
in interface IDisplay
startDrawing
in interface IDraw
hDC
- The hDC (A COM typedef) (in)cacheID
- The cacheID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHDC() throws java.io.IOException, AutomationException
getHDC
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishDrawing() throws java.io.IOException, AutomationException
finishDrawing
in interface IDisplay
finishDrawing
in interface IDraw
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void progress(int vertexCount) throws java.io.IOException, AutomationException
progress
in interface IDisplay
vertexCount
- The vertexCount (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawPoint(IGeometry point) throws java.io.IOException, AutomationException
drawPoint
in interface IDisplay
point
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawMultipoint(IGeometry multipoint) throws java.io.IOException, AutomationException
drawMultipoint
in interface IDisplay
multipoint
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawRectangle(IEnvelope rectangle) throws java.io.IOException, AutomationException
drawRectangle
in interface IDisplay
rectangle
- 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 drawPolyline(IGeometry polyline) throws java.io.IOException, AutomationException
drawPolyline
in interface IDisplay
polyline
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawPolygon(IGeometry polygon) throws java.io.IOException, AutomationException
drawPolygon
in interface IDisplay
polygon
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void drawText(IGeometry shape, java.lang.String text) throws java.io.IOException, AutomationException
drawText
in interface IDisplay
shape
- A reference to a com.esri.arcgis.geometry.IGeometry (in)text
- The text (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbol(ISymbol sym) throws java.io.IOException, AutomationException
setSymbol
in interface IDisplay
setSymbol
in interface IDraw
sym
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IIlluminationProps getIlluminationProps() throws java.io.IOException, AutomationException
getIlluminationProps
in interface IDisplay
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIlluminationProps(IIlluminationProps illuminationProps) throws java.io.IOException, AutomationException
setIlluminationProps
in interface IDisplay
illuminationProps
- A reference to a com.esri.arcgis.display.IIlluminationProps (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundRGB(int rGB) throws java.io.IOException, AutomationException
setBackgroundRGB
in interface IScreenDisplay2
rGB
- The rGB (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBackgroundRGB() throws java.io.IOException, AutomationException
getBackgroundRGB
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getDrawingOffset(int[] x, int[] y) throws java.io.IOException, AutomationException
getDrawingOffset
in interface IScreenDisplay2
x
- The x (out: use single element array)y
- The y (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void validate(short cacheIndex) throws java.io.IOException, AutomationException
validate
in interface IScreenDisplay2
cacheIndex
- The cacheIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void startFeedback() throws java.io.IOException, AutomationException
startFeedback
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void finishFeedback() throws java.io.IOException, AutomationException
finishFeedback
in interface IScreenDisplay2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void frameScrolled(int x, int y) throws java.io.IOException, AutomationException
frameScrolled
in interface IScreenDisplay2
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 void draw(IGeometry geometry) throws java.io.IOException, AutomationException
draw
in interface IDraw
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getCustomProperty() throws java.io.IOException, AutomationException
getCustomProperty
in interface IDraw
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCustomProperty(java.lang.Object customProperty) throws java.io.IOException, AutomationException
setCustomProperty
in interface IDraw
customProperty
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometry getClipRegion() throws java.io.IOException, AutomationException
getClipRegion
in interface IDraw
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 |