Package

org.mongodb.scala.model

geojson

Permalink

package geojson

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. geojson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    A GeoJSON Coordinate Reference System (CRS).

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

    Permalink

    GeoJSON coordinate reference system types.

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

    Permalink

    The GeoJSON object types.

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

    Permalink

    An abstract class for representations of GeoJSON geometry objects.

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

    Permalink

    A representation of a GeoJSON GeometryCollection.

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

    Permalink

    A representation of a GeoJSON LineString.

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

    Permalink

    A representation of a GeoJSON MultiLineString.

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

    Permalink

    A representation of a GeoJSON MultiPoint.

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

    Permalink

    A representation of a GeoJSON MultiPolygon.

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

    Permalink

    A GeoJSON named Coordinate Reference System.

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

    Permalink

    A representation of a GeoJSON Point.

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

    Permalink

    A representation of a GeoJSON Polygon.

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

    Permalink

    Coordinates for a GeoJSON Polygon.

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

    Permalink

    A representation of a GeoJSON Position.

Value Members

  1. object CoordinateReferenceSystemType extends Serializable

    Permalink

    GeoJSON coordinate reference system types.

  2. object GeoJsonObjectType extends Serializable

    Permalink

    The GeoJSON object types.

  3. object GeometryCollection

    Permalink

    A representation of a GeoJSON GeometryCollection.

  4. object LineString

    Permalink

    A representation of a GeoJSON LineString.

  5. object MultiLineString

    Permalink

    A representation of a GeoJSON MultiLineString.

  6. object MultiPoint

    Permalink

    A representation of a GeoJSON MultiPoint.

  7. object MultiPolygon

    Permalink

    A representation of a GeoJSON MultiPolygon.

  8. object NamedCoordinateReferenceSystem

    Permalink

    A GeoJSON named Coordinate Reference System.

  9. object Point

    Permalink

    A representation of a GeoJSON Point.

  10. object Polygon

    Permalink

    A representation of a GeoJSON Polygon.

  11. object PolygonCoordinates

    Permalink

    Coordinates for a GeoJSON Polygon.

  12. object Position

    Permalink

    A representation of a GeoJSON Position.

Inherited from AnyRef

Inherited from Any

Ungrouped