public class LineString extends Object
| Constructor and Description |
|---|
LineString(Point[] points) |
LineString(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static LineString |
FromRingString(String pointsString) |
Point[] |
getPoints() |
int |
hashCode() |
String |
toString() |
public LineString(String s) throws IllegalArgumentException
IllegalArgumentExceptionpublic LineString(Point[] points)
public Point[] getPoints()
public static LineString FromRingString(String pointsString) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2022 SingleStore. All rights reserved.