Packages

o

org.mongodb.scala.model.geojson

GeometryCollection

object GeometryCollection

A representation of a GeoJSON GeometryCollection.

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

Value Members

  1. def apply(coordinateReferenceSystem: CoordinateReferenceSystem, geometries: Seq[Geometry]): GeometryCollection

    Construct an instance with the given list of Geometry objects

    Construct an instance with the given list of Geometry objects

    coordinateReferenceSystem

    the coordinate reference system

    geometries

    the list of Geometry objects

  2. def apply(geometries: Seq[Geometry]): GeometryCollection

    Construct an instance with the given list of Geometry objects

    Construct an instance with the given list of Geometry objects

    geometries

    the list of Geometry objects