Packages

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