| Package | Description |
|---|---|
| com.mongodb.client.model.geojson.codecs |
This package contains classes that encode and decode GeoJSON objects.
|
| Modifier and Type | Method and Description |
|---|---|
Polygon |
PolygonCodec.decode(BsonReader reader,
DecoderContext decoderContext) |
| Modifier and Type | Method and Description |
|---|---|
Class<Polygon> |
PolygonCodec.getEncoderClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolygonCodec.encode(BsonWriter writer,
Polygon value,
EncoderContext encoderContext) |
Copyright © 2016. All Rights Reserved.