Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static NamedCoordinateReferenceSystem |
NamedCoordinateReferenceSystem.CRS_84
The urn:ogc:def:crs:OGC:1.3:CRS84 Coordinate Reference System
|
static NamedCoordinateReferenceSystem |
NamedCoordinateReferenceSystem.EPSG_4326
The EPSG:4326 Coordinate Reference System.
|
static NamedCoordinateReferenceSystem |
NamedCoordinateReferenceSystem.EPSG_4326_STRICT_WINDING
A custom MongoDB EPSG:4326 Coordinate Reference System that uses a strict counter-clockwise winding order.
|
Modifier and Type | Method and Description |
---|---|
NamedCoordinateReferenceSystem |
NamedCoordinateReferenceSystemCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
Modifier and Type | Method and Description |
---|---|
Class<NamedCoordinateReferenceSystem> |
NamedCoordinateReferenceSystemCodec.getEncoderClass() |
Modifier and Type | Method and Description |
---|---|
void |
NamedCoordinateReferenceSystemCodec.encode(BsonWriter writer,
NamedCoordinateReferenceSystem value,
EncoderContext encoderContext) |
Copyright © 2016. All Rights Reserved.