public interface IPolyline
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject)
Tests for equality between two polylines.
|
java.util.List<java.awt.geom.Point2D> |
getPoints()
Gets all points of a polyline.
|
int |
hashCode()
Computes a hash code for this polyline.
|
java.util.List<java.awt.geom.Point2D> getPoints()
IMapObject.boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectanObject - The polyline to test equality forfalse if anObject is not a polylineint hashCode()
hashCode in class java.lang.Object