|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.display.RubberPolygon
public class RubberPolygon
Rubberbanding class for polygons.
RubberPolygon implements the IRubberBand interface, which contains the TrackNew and TrackExisting methods. Use the TrackNew method to digitize a new polygon on the map. Use the TrackExisting method to track existing polygons. Both methods are commonly used in the MouseDown event.
Calling ITopologicalOperator::Simplify on the digitized polygon will ensure that it is topologically correct.
Constructor Summary | |
---|---|
RubberPolygon()
Constructs a RubberPolygon using ArcGIS Engine. |
|
RubberPolygon(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RubberPolygon theRubberPolygon = (RubberPolygon) 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 RubberPolygon() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RubberPolygon(Object obj) throws IOException
RubberPolygon theRubberPolygon = (RubberPolygon) obj;
obj
to RubberPolygon
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IGeometry trackNew(IScreenDisplay screenDisplay, ISymbol symbol) throws IOException, AutomationException
trackNew
in interface IRubberBand
trackNew
in interface IRubberBand2
screenDisplay
- 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 IRubberBand
trackExisting
in interface IRubberBand2
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShiftToConstrain() throws IOException, AutomationException
isShiftToConstrain
in interface IRubberBand2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShiftToConstrain(boolean flag) throws IOException, AutomationException
setShiftToConstrain
in interface IRubberBand2
flag
- 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 |