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