|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.RubberPoint
public class RubberPoint
Rubberbanding class for points.
RubberPoint implements the IRubberBand interface, which contains the TrackNew and TrackExisting methods. Use the TrackNew method to digitize a new point on the map. Use the TrackExisting method to track existing points. Both methods are commonly used in the MouseDown event. RubberPoint 's TrackExisting method returns a boolean True if the tracked object is selected, otherwise it returns False.
IRubberBand pRubberPoint = new RubberPoint();IPoint pnt = pRubberPoint.trackNew(pScreenDisplay, null);
| Constructor Summary | |
|---|---|
RubberPoint()
Constructs a RubberPoint using ArcGIS Engine. |
|
RubberPoint(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RubberPoint theRubberPoint = (RubberPoint) 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 |
|---|
public RubberPoint()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RubberPoint(Object obj)
throws IOException
RubberPoint theRubberPoint = (RubberPoint) obj;
obj to RubberPoint.
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 IGeometry trackNew(IScreenDisplay screenDisplay,
ISymbol symbol)
throws IOException,
AutomationException
trackNew in interface IRubberBandtrackNew in interface IRubberBand2screenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)symbol - A reference to a com.esri.arcgis.display.ISymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean trackExisting(IScreenDisplay screenDisplay,
ISymbol symbol,
IGeometry geometry)
throws IOException,
AutomationException
trackExisting in interface IRubberBandtrackExisting in interface IRubberBand2screenDisplay - 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShiftToConstrain()
throws IOException,
AutomationException
isShiftToConstrain in interface IRubberBand2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShiftToConstrain(boolean flag)
throws IOException,
AutomationException
setShiftToConstrain in interface IRubberBand2flag - The flag (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 | ||||||||