package geojson
- Alphabetic
- By Inheritance
- geojson
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- î
type CoordinateReferenceSystem = com.mongodb.client.model.geojson.CoordinateReferenceSystem
A GeoJSON Coordinate Reference System (CRS).
- î
type CoordinateReferenceSystemType = com.mongodb.client.model.geojson.CoordinateReferenceSystemType
GeoJSON coordinate reference system types.
- î
type GeoJsonObjectType = com.mongodb.client.model.geojson.GeoJsonObjectType
The GeoJSON object types.
- î
type Geometry = com.mongodb.client.model.geojson.Geometry
An abstract class for representations of GeoJSON geometry objects.
- î
type GeometryCollection = com.mongodb.client.model.geojson.GeometryCollection
A representation of a GeoJSON GeometryCollection.
- î
type LineString = com.mongodb.client.model.geojson.LineString
A representation of a GeoJSON LineString.
- î
type MultiLineString = com.mongodb.client.model.geojson.MultiLineString
A representation of a GeoJSON MultiLineString.
- î
type MultiPoint = com.mongodb.client.model.geojson.MultiPoint
A representation of a GeoJSON MultiPoint.
- î
type MultiPolygon = com.mongodb.client.model.geojson.MultiPolygon
A representation of a GeoJSON MultiPolygon.
- î
type NamedCoordinateReferenceSystem = com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
- î
type Point = com.mongodb.client.model.geojson.Point
A representation of a GeoJSON Point.
- î
type Polygon = com.mongodb.client.model.geojson.Polygon
A representation of a GeoJSON Polygon.
- î
type PolygonCoordinates = com.mongodb.client.model.geojson.PolygonCoordinates
Coordinates for a GeoJSON Polygon.
- î
type Position = com.mongodb.client.model.geojson.Position
A representation of a GeoJSON Position.
Value Members
- î
object CoordinateReferenceSystemType
GeoJSON coordinate reference system types.
- î
object GeoJsonObjectType
The GeoJSON object types.
- î
object GeometryCollection
A representation of a GeoJSON GeometryCollection.
- î
object LineString
A representation of a GeoJSON LineString.
- î
object MultiLineString
A representation of a GeoJSON MultiLineString.
- î
object MultiPoint
A representation of a GeoJSON MultiPoint.
- î
object MultiPolygon
A representation of a GeoJSON MultiPolygon.
- î
object NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
- î
object Point
A representation of a GeoJSON Point.
- î
object Polygon
A representation of a GeoJSON Polygon.
- î
object PolygonCoordinates
Coordinates for a GeoJSON Polygon.
- î
object Position
A representation of a GeoJSON Position.
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: