package geojson
- Alphabetic
- By Inheritance
- geojson
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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: