|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.RepresentationMarkerEditor
public class RepresentationMarkerEditor
A dialog for editing a representation marker.
Constructor Summary | |
---|---|
RepresentationMarkerEditor()
Constructs a RepresentationMarkerEditor using ArcGIS Engine. |
|
RepresentationMarkerEditor(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RepresentationMarkerEditor theRepresentationMarkerEditor = (RepresentationMarkerEditor) obj; |
Method Summary | |
---|---|
boolean |
doModal(int parentWnd,
IRepresentationGraphics graphics)
Displays the representation marker editor dialog. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
IRepresentationGraphics |
getMarker()
Representation marker edited by the dialog. |
int |
hashCode()
the hashcode for this object |
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 RepresentationMarkerEditor() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RepresentationMarkerEditor(Object obj) throws IOException
RepresentationMarkerEditor theRepresentationMarkerEditor = (RepresentationMarkerEditor) obj;
obj
to RepresentationMarkerEditor
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean doModal(int parentWnd, IRepresentationGraphics graphics) throws IOException, AutomationException
doModal
in interface IRepresentationMarkerEditor
parentWnd
- The parentWnd (A COM typedef) (in)graphics
- A reference to a com.esri.arcgis.display.IRepresentationGraphics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRepresentationGraphics getMarker() throws IOException, AutomationException
getMarker
in interface IRepresentationMarkerEditor
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 |