public class LineString extends Object implements Geometry
GeoJson.lineString method.GeoJson.lineString(Point...)| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Point> |
getCoordinates()
Returns a list of coordinates for this Geometry type.
|
int |
hashCode() |
String |
toString() |
public List<Point> getCoordinates()
GeometrygetCoordinates in interface Geometry