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