com.esri.arcgis.cartoUI
Class MarkerRotationDialog

java.lang.Object
  extended by com.esri.arcgis.cartoUI.MarkerRotationDialog
All Implemented Interfaces:
IRendererUIDialog, IRendererUIDialog2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class MarkerRotationDialog
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRendererUIDialog, IRendererUIDialog2

A dialog for working with the rotation properties of a renderer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
MarkerRotationDialog()
          Constructs a MarkerRotationDialog using ArcGIS Engine.
MarkerRotationDialog(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
MarkerRotationDialog theMarkerRotationDialog = (MarkerRotationDialog) obj;
 
Method Summary
 boolean doModal(int parentHWnd)
          Displays the dialog.
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 void setFeatureClassByRef(IFeatureClass rhs1)
          The feature class.
 void setFeatureLayerByRef(IFeatureLayer rhs1)
          The feature layer.
 void setRendererByRef(IFeatureRenderer rhs1)
          The renderer.
 
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

MarkerRotationDialog

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

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

MarkerRotationDialog

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

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

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

setRendererByRef

public void setRendererByRef(IFeatureRenderer rhs1)
                      throws IOException,
                             AutomationException
The renderer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setRendererByRef in interface IRendererUIDialog
Specified by:
setRendererByRef in interface IRendererUIDialog2
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassByRef

public void setFeatureClassByRef(IFeatureClass rhs1)
                          throws IOException,
                                 AutomationException
The feature class.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setFeatureClassByRef in interface IRendererUIDialog
Parameters:
rhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModal

public boolean doModal(int parentHWnd)
                throws IOException,
                       AutomationException
Displays the dialog.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
doModal in interface IRendererUIDialog
Specified by:
doModal in interface IRendererUIDialog2
Parameters:
parentHWnd - The parentHWnd (A COM typedef) (in)
Returns:
The ok
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureLayerByRef

public void setFeatureLayerByRef(IFeatureLayer rhs1)
                          throws IOException,
                                 AutomationException
The feature layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Specified by:
setFeatureLayerByRef in interface IRendererUIDialog2
Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.