Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package mongodb
    Definition Classes
    org
  • package scala

    The MongoDB Scala Driver package

    The MongoDB Scala Driver package

    Contains type aliases and companion objects to help when using the Scala API

    Definition Classes
    mongodb
    Since

    1.0

  • package model

    The model package containing models and options that help describe MongoCollection operations

    The model package containing models and options that help describe MongoCollection operations

    Definition Classes
    scala
  • package bulk

    Models, options, results for the client-level bulk write operation.

    Models, options, results for the client-level bulk write operation.

    Definition Classes
    model
    Since

    5.4

  • package changestream
    Definition Classes
    model
  • package densify

    Definition Classes
    model
    Since

    4.7

    Note

    Requires MongoDB 5.1 or greater.

    See also

    Aggregates.densify

  • package fill

    Definition Classes
    model
    Since

    4.7

    Note

    Requires MongoDB 5.3 or greater.

    See also

    Aggregates.fill

  • package geojson
    Definition Classes
    model
  • CoordinateReferenceSystemType
  • GeoJsonObjectType
  • GeometryCollection
  • LineString
  • MultiLineString
  • MultiPoint
  • MultiPolygon
  • NamedCoordinateReferenceSystem
  • Point
  • Polygon
  • PolygonCoordinates
  • Position
  • package search

    Query building API for MongoDB Atlas full-text search.

    Query building API for MongoDB Atlas full-text search.

    While all the building blocks of this API, such as SearchOptions, SearchHighlight, etc., are not necessary immutable, they are unmodifiable due to methods like SearchHighlight.maxCharsToExamine returning new instances instead of modifying the instance on which they are called. This allows storing and using such instances as templates.

    Definition Classes
    model
    Since

    4.7

    See also

    Aggregates.search

    Aggregates.vectorSearch

    Atlas Search

    Atlas Search aggregation pipeline stages

  • package vault

    This package contains options classes for the key vault API

    This package contains options classes for the key vault API

    Definition Classes
    model
    Since

    2.7

package geojson

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

Type Members

  1. type CoordinateReferenceSystem = com.mongodb.client.model.geojson.CoordinateReferenceSystem

    A GeoJSON Coordinate Reference System (CRS).

  2. type CoordinateReferenceSystemType = com.mongodb.client.model.geojson.CoordinateReferenceSystemType

    GeoJSON coordinate reference system types.

  3. type GeoJsonObjectType = com.mongodb.client.model.geojson.GeoJsonObjectType

    The GeoJSON object types.

  4. type Geometry = com.mongodb.client.model.geojson.Geometry

    An abstract class for representations of GeoJSON geometry objects.

  5. type GeometryCollection = com.mongodb.client.model.geojson.GeometryCollection

    A representation of a GeoJSON GeometryCollection.

  6. type LineString = com.mongodb.client.model.geojson.LineString

    A representation of a GeoJSON LineString.

  7. type MultiLineString = com.mongodb.client.model.geojson.MultiLineString

    A representation of a GeoJSON MultiLineString.

  8. type MultiPoint = com.mongodb.client.model.geojson.MultiPoint

    A representation of a GeoJSON MultiPoint.

  9. type MultiPolygon = com.mongodb.client.model.geojson.MultiPolygon

    A representation of a GeoJSON MultiPolygon.

  10. type NamedCoordinateReferenceSystem = com.mongodb.client.model.geojson.NamedCoordinateReferenceSystem

    A GeoJSON named Coordinate Reference System.

  11. type Point = com.mongodb.client.model.geojson.Point

    A representation of a GeoJSON Point.

  12. type Polygon = com.mongodb.client.model.geojson.Polygon

    A representation of a GeoJSON Polygon.

  13. type PolygonCoordinates = com.mongodb.client.model.geojson.PolygonCoordinates

    Coordinates for a GeoJSON Polygon.

  14. type Position = com.mongodb.client.model.geojson.Position

    A representation of a GeoJSON Position.

Value Members

  1. object CoordinateReferenceSystemType

    GeoJSON coordinate reference system types.

  2. object GeoJsonObjectType

    The GeoJSON object types.

  3. object GeometryCollection

    A representation of a GeoJSON GeometryCollection.

  4. object LineString

    A representation of a GeoJSON LineString.

  5. object MultiLineString

    A representation of a GeoJSON MultiLineString.

  6. object MultiPoint

    A representation of a GeoJSON MultiPoint.

  7. object MultiPolygon

    A representation of a GeoJSON MultiPolygon.

  8. object NamedCoordinateReferenceSystem

    A GeoJSON named Coordinate Reference System.

  9. object Point

    A representation of a GeoJSON Point.

  10. object Polygon

    A representation of a GeoJSON Polygon.

  11. object PolygonCoordinates

    Coordinates for a GeoJSON Polygon.

  12. object Position

    A representation of a GeoJSON Position.

Inherited from AnyRef

Inherited from Any

Ungrouped