public class GeoJsonMultiLineString extends MultiGeometry
GeoJsonLineString
s.Constructor and Description |
---|
GeoJsonMultiLineString(java.util.List<GeoJsonLineString> geoJsonLineStrings)
Creates a new GeoJsonMultiLineString object
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GeoJsonLineString> |
getLineStrings()
Gets a list of GeoJsonLineStrings
|
java.lang.String |
getType()
Gets the type of geometry.
|
getGeometryObject, getGeometryType, setGeometryType, toString
public GeoJsonMultiLineString(java.util.List<GeoJsonLineString> geoJsonLineStrings)
geoJsonLineStrings
- list of GeoJsonLineStrings to storepublic java.lang.String getType()
public java.util.List<GeoJsonLineString> getLineStrings()