Packages

object LineString

A representation of a GeoJSON LineString.

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

Value Members

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

    Construct an instance with the given coordinates.

    Construct an instance with the given coordinates.

    coordinateReferenceSystem

    the coordinate reference system

    coordinates

    the list of Geometry objects

    returns

    the new LineString

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

    Construct an instance with the given coordinates.

    Construct an instance with the given coordinates.

    coordinates

    the list of Geometry objects

    returns

    the new LineString