Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
com.mongodb.client.model.geojson |
This package contains classes that represent GeoJSON objects.
|
com.mongodb.client.model.geojson.codecs |
This package contains classes that encode and decode GeoJSON objects.
|
Class and Description |
---|
Geometry
An abstract class for representations of GeoJSON geometry objects.
|
Point
A representation of a GeoJSON Point.
|
Class and Description |
---|
CoordinateReferenceSystem
A GeoJSON Coordinate Reference System (CRS).
|
CoordinateReferenceSystemType
An enumeration of the GeoJSON coordinate reference system types.
|
GeoJsonObjectType
An enumeration of GeoJSON object types.
|
Geometry
An abstract class for representations of GeoJSON geometry objects.
|
NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
|
PolygonCoordinates
Coordinates for a GeoJSON Polygon.
|
Position
A representation of a GeoJSON Position.
|
Class and Description |
---|
GeometryCollection
A representation of a GeoJSON GeometryCollection.
|
LineString
A representation of a GeoJSON LineString.
|
MultiLineString
A representation of a GeoJSON MultiLineString.
|
MultiPoint
A representation of a GeoJSON MultiPoint.
|
MultiPolygon
A representation of a GeoJSON MultiPolygon.
|
NamedCoordinateReferenceSystem
A GeoJSON named Coordinate Reference System.
|
Point
A representation of a GeoJSON Point.
|
Polygon
A representation of a GeoJSON Polygon.
|
Copyright © 2016. All Rights Reserved.