Packages

object MultiPoint

A representation of a GeoJSON MultiPoint.

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

Value Members

  1. def apply(coordinateReferenceSystem: CoordinateReferenceSystem, coordinates: Position*): MultiPoint

    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

    returns

    the new MultiPoint

  2. def apply(coordinates: Position*): MultiPoint

    Construct an instance with the given coordinates.

    Construct an instance with the given coordinates.

    coordinates

    the coordinates

    returns

    the new MultiPoint