com.esri.arcgis.editor
Class RepresentationMarkerEditor

java.lang.Object
  extended by com.esri.arcgis.editor.RepresentationMarkerEditor
All Implemented Interfaces:
IRepresentationMarkerEditor, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RepresentationMarkerEditor
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRepresentationMarkerEditor

A dialog for editing a representation marker.

Product Availability

Available with ArcGIS Desktop.

See Also:
Serialized Form

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

RepresentationMarkerEditor

public RepresentationMarkerEditor()
                           throws IOException,
                                  UnknownHostException
Constructs a RepresentationMarkerEditor using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

RepresentationMarkerEditor

public RepresentationMarkerEditor(Object obj)
                           throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RepresentationMarkerEditor theRepresentationMarkerEditor = (RepresentationMarkerEditor) obj;

Construct a RepresentationMarkerEditor using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RepresentationMarkerEditor.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
IOException - if there are interop problems
Method Detail

getClsid

public static String getClsid()
getClsid.


equals

public boolean equals(Object o)
Compare this object with another

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

doModal

public boolean doModal(int parentWnd,
                       IRepresentationGraphics graphics)
                throws IOException,
                       AutomationException
Displays the representation marker editor dialog.

Product Availability

Available with ArcGIS Desktop.

Specified by:
doModal in interface IRepresentationMarkerEditor
Parameters:
parentWnd - The parentWnd (A COM typedef) (in)
graphics - A reference to a com.esri.arcgis.display.IRepresentationGraphics (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMarker

public IRepresentationGraphics getMarker()
                                  throws IOException,
                                         AutomationException
Representation marker edited by the dialog.

Product Availability

Available with ArcGIS Desktop.

Specified by:
getMarker in interface IRepresentationMarkerEditor
Returns:
A reference to a com.esri.arcgis.display.IRepresentationGraphics
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.