com.esri.arcgis.display
Class RubberRectangularPolygon

java.lang.Object
  extended by com.esri.arcgis.display.RubberRectangularPolygon
All Implemented Interfaces:
IRubberBand, IRubberBand2, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class RubberRectangularPolygon
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IRubberBand, IRubberBand2

Rubberbanding class for rectangular polygons (rotatable envelopes).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
RubberRectangularPolygon()
          Constructs a RubberRectangularPolygon using ArcGIS Engine.
RubberRectangularPolygon(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RubberRectangularPolygon theRubberRectangularPolygon = (RubberRectangularPolygon) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 int hashCode()
          the hashcode for this object
 boolean isShiftToConstrain()
          Indicates whether the shift key constrain the shape.
 void setShiftToConstrain(boolean flag)
          Indicates whether the shift key constrain the shape.
 boolean trackExisting(IScreenDisplay screenDisplay, ISymbol symbol, IGeometry geometry)
          Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event.
 IGeometry trackNew(IScreenDisplay screenDisplay, ISymbol symbol)
          Call in response to mouse down event to rubberband a new shape on the specified screen.
 
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

RubberRectangularPolygon

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

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

RubberRectangularPolygon

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

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

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

trackNew

public IGeometry trackNew(IScreenDisplay screenDisplay,
                          ISymbol symbol)
                   throws IOException,
                          AutomationException
Call in response to mouse down event to rubberband a new shape on the specified screen.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
trackNew in interface IRubberBand
Specified by:
trackNew in interface IRubberBand2
Parameters:
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

trackExisting

public boolean trackExisting(IScreenDisplay screenDisplay,
                             ISymbol symbol,
                             IGeometry geometry)
                      throws IOException,
                             AutomationException
Indicates if to move or reshape an existing shape on the specified screen in response to a mouse down event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
trackExisting in interface IRubberBand
Specified by:
trackExisting in interface IRubberBand2
Parameters:
screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)
symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Returns:
The completed
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isShiftToConstrain

public boolean isShiftToConstrain()
                           throws IOException,
                                  AutomationException
Indicates whether the shift key constrain the shape.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isShiftToConstrain in interface IRubberBand2
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setShiftToConstrain

public void setShiftToConstrain(boolean flag)
                         throws IOException,
                                AutomationException
Indicates whether the shift key constrain the shape.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setShiftToConstrain in interface IRubberBand2
Parameters:
flag - The flag (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.