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()
Geometry
getCoordinates
in interface Geometry
Copyright © 2016. All rights reserved.