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