Packages

o

org.mongodb.scala.model.geojson

NamedCoordinateReferenceSystem

object NamedCoordinateReferenceSystem

A GeoJSON named Coordinate Reference System.

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

Value Members

  1. val CRS_84: NamedCoordinateReferenceSystem

    The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System

  2. val EPSG_4326: NamedCoordinateReferenceSystem

    The EPSG:4326 Coordinate Reference System.

  3. val EPSG_4326_STRICT_WINDING: NamedCoordinateReferenceSystem

    A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.

    A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.

    Strict Winding

  4. def apply(name: String): NamedCoordinateReferenceSystem

    Construct an instance

    Construct an instance

    name

    the name

    returns

    the new NamedCoordinateReferenceSystem