|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.IDisplayProxy
Description: 'Provides access to members that control the 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 =
public class IDisplayProxy
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.display.IDisplay |
|---|
IID, IIDe6bdb002_4d35_11d0_98be_00805f7ced21 |
| Constructor Summary | |
|---|---|
|
IDisplayProxy()
Deprecated. For internal use only |
|
IDisplayProxy(java.lang.Object obj)
Deprecated. |
protected |
IDisplayProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IDisplayProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IDisplayProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
drawMultipoint(IGeometry multipoint)
Deprecated. Draws specified multipoint on the display. |
void |
drawPoint(IGeometry point)
Deprecated. Draws specified point on the display. |
void |
drawPolygon(IGeometry polygon)
Deprecated. Draws specified polygon on the display. |
void |
drawPolyline(IGeometry polyline)
Deprecated. Draws specified line on the display. |
void |
drawRectangle(IEnvelope rectangle)
Deprecated. Draws specified rectangle on the display. |
void |
drawText(IGeometry shape,
java.lang.String text)
Deprecated. Draws specified text on the display. |
void |
finishDrawing()
Deprecated. Completes drawing. |
IEnvelope |
getClipEnvelope()
Deprecated. The bounds of the invalid region. |
ISet |
getClipEnvelopes()
Deprecated. The invalid region as a set of envelopes. |
IGeometry |
getClipGeometry()
Deprecated. User-specified clip shape. |
IDisplayTransformation |
getDisplayTransformation()
Deprecated. The transformation used by the display. |
IDisplayFilter |
getFilter()
Deprecated. Display filter. |
int |
getHDC()
Deprecated. The device context that the display is currently drawing to. |
int |
getHPalette()
Deprecated. Palette. |
IIlluminationProps |
getIlluminationProps()
Deprecated. Illumination properties used by the display. |
boolean |
isSuppressEvents()
Deprecated. Indicates if display object suppresses events. |
void |
progress(int vertexCount)
Deprecated. Call frequently during drawing process. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setClipGeometry(IGeometry geometry)
Deprecated. User-specified clip shape. |
void |
setDisplayTransformation(IDisplayTransformation displayTransformation)
Deprecated. The transformation used by the display. |
void |
setFilterByRef(IDisplayFilter filter)
Deprecated. Display filter. |
void |
setHPalette(int hPalette)
Deprecated. Palette. |
void |
setIlluminationProps(IIlluminationProps illuminationProps)
Deprecated. Illumination properties used by the display. |
void |
setSuppressEvents(boolean suppressEvents)
Deprecated. Indicates if display object suppresses events. |
void |
setSymbol(ISymbol sym)
Deprecated. Sets the symbol used for drawing. |
void |
startDrawing(int hDC,
short cacheID)
Deprecated. Prepare the display for drawing. |
| 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 IDisplayProxy(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.IOExceptionpublic IDisplayProxy()
public IDisplayProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IDisplayProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IDisplayProxy(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.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public IDisplayTransformation getDisplayTransformation()
throws java.io.IOException,
AutomationException
getDisplayTransformation in interface IDisplayjava.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 IDisplaydisplayTransformation - 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 IDisplayjava.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 IDisplayjava.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 IDisplayjava.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 IDisplaygeometry - 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 IDisplayjava.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 IDisplaysuppressEvents - 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 IDisplayjava.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 IDisplayfilter - 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 IDisplayjava.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 IDisplayhPalette - 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 IDisplayhDC - 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 IDisplayjava.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 IDisplayjava.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 IDisplayvertexCount - 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 IDisplaypoint - 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 IDisplaymultipoint - 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 IDisplayrectangle - 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 IDisplaypolyline - 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 IDisplaypolygon - 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 IDisplayshape - 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 IDisplaysym - 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 IDisplayjava.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 IDisplayilluminationProps - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||