|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.RubberLine
public class RubberLine
Rubberbanding class for lines.
RubberLine returns an IGeometry, but may be used as an IPolyLine.
Calling ITopologicalOperator::Simplify on the digitized line will ensure that it is topologically correct.
| Constructor Summary | |
|---|---|
RubberLine()
Constructs a RubberLine using ArcGIS Engine. |
|
RubberLine(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RubberLine theRubberLine = (RubberLine) 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 RubberLine()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public RubberLine(Object obj)
throws IOException
RubberLine theRubberLine = (RubberLine) obj;
obj to RubberLine.
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 | ||||||||