|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.GeometryDraw
public class GeometryDraw
Converts a geometry to a sequence of Win32 drawing instructions.
| Constructor Summary | |
|---|---|
GeometryDraw()
Constructs a GeometryDraw using ArcGIS Engine. |
|
GeometryDraw(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeometryDraw theGeometryDraw = (GeometryDraw) obj; |
|
| Method Summary | |
|---|---|
void |
draw(int hDC,
IGeometry pGeometry,
ITransformation pTransformation,
IEnvelope pVisibleBounds)
Draws the geometry. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
void |
queryGeometryFromWin32Path(int hDC,
ITransformation transform,
IPolygon geometry)
Queries the geometry. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public GeometryDraw()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GeometryDraw(Object obj)
throws IOException
GeometryDraw theGeometryDraw = (GeometryDraw) obj;
obj to GeometryDraw.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void draw(int hDC,
IGeometry pGeometry,
ITransformation pTransformation,
IEnvelope pVisibleBounds)
throws IOException,
AutomationException
draw in interface IGeometryDrawhDC - The hDC (A COM typedef) (in)pGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)pTransformation - A reference to a com.esri.arcgis.geometry.ITransformation (in)pVisibleBounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryGeometryFromWin32Path(int hDC,
ITransformation transform,
IPolygon geometry)
throws IOException,
AutomationException
queryGeometryFromWin32Path in interface IGeometryDrawhDC - The hDC (A COM typedef) (in)transform - A reference to a com.esri.arcgis.geometry.ITransformation (in)geometry - A reference to a com.esri.arcgis.geometry.IPolygon (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws IOException,
AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||