public class MultiLineString extends Object implements Geometry
GeoJson.multiLineString
method.GeoJson.multiLineString(LineString...)
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()
Geometry
getCoordinates
in interface Geometry
Copyright © 2016. All rights reserved.