Package org.openspaces.spatial.shapes
Interface LineString
- All Superinterfaces:
Serializable,Shape
- All Known Implementing Classes:
LineStringImpl
- Since:
- 11.0
- Author:
- Niv Ingberg
-
Method Details
-
getNumOfPoints
int getNumOfPoints()Returns the number of points within the line string- Returns:
- The number of points within the line string
-
getX
double getX(int index) Gets the X coordinate of the point in the specified index. -
getY
double getY(int index) Gets the Y coordinate of the point in the specified index.
-