Packages

o

org.mongodb.scala.model.geojson

MultiLineString

object MultiLineString

A representation of a GeoJSON MultiLineString.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MultiLineString
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(coordinateReferenceSystem: CoordinateReferenceSystem, coordinates: Seq[Position]*): MultiLineString

    Construct an instance with the given coordinates and coordinate reference system.

    Construct an instance with the given coordinates and coordinate reference system.

    coordinateReferenceSystem

    the coordinate reference system

    coordinates

    the coordinates of each line

    returns

    the new MultiLineString

  2. def apply(coordinates: Seq[Position]*): MultiLineString

    Construct an instance with the given coordinates.

    Construct an instance with the given coordinates.

    coordinates

    the coordinates of each line

    returns

    the new MultiLineString