Interface IPolyShape
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests for equality between two polylines.getAbsolutePoints(double originX, double originY) getAbsolutePoints(Point2D origin) Gets all points of a polyline.inthashCode()Computes a hash code for this polyline.
-
Method Details
-
getPoints
Gets all points of a polyline. The points are relative to the x and y coordinate of the parentIMapObject.To get a
Path2Dobject, you should useMap- Returns:
- A list containing all points of the polyline.
-
getAbsolutePoints
-
getAbsolutePoints
-
equals
Tests for equality between two polylines. Two polylines are equal if they have the same points. -
hashCode
-