Packages

object Point

A representation of a GeoJSON Point.

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

Value Members

  1. def apply(coordinateReferenceSystem: CoordinateReferenceSystem, coordinate: Position): Point

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

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

    coordinateReferenceSystem

    the coordinate reference system

    coordinate

    the non-null coordinate of the point

    returns

    the new Point

  2. def apply(coordinate: Position): Point

    Construct an instance with the given coordinate.

    Construct an instance with the given coordinate.

    coordinate

    the non-null coordinate of the point

    returns

    the new Point