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