MultiLineString {geoops}R Documentation

MultiLineString

Description

For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.

See Also

Other geo types: FeatureCollection, Feature, GeometryCollection, LineString, MultiPoint, MultiPolygon, Point, Polygon, geojson-types

Examples

'{
  "type": "MultiLineString",
  "coordinates": [
     [[ -105, 39 ], [ -105, 39 ]],
     [[ -105, 39 ], [ -105, 39 ]]
  ]
}'

[Package geoops version 0.2.0 Index]