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