object NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
- Alphabetic
- By Inheritance
- NamedCoordinateReferenceSystem
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
CRS_84: NamedCoordinateReferenceSystem
The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System
-
val
EPSG_4326: NamedCoordinateReferenceSystem
The EPSG:4326 Coordinate Reference System.
-
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.
-
def
apply(name: String): NamedCoordinateReferenceSystem
Construct an instance
Construct an instance
- name
the name
- returns
the new NamedCoordinateReferenceSystem
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: