| Modifier and Type | Method and Description |
|---|---|
CommonConversionContext |
CommonConversionContext.setGeoFormat(GeoFormat binaryFormat)
The
GeoFormat to use for conversions between String and CQL blob. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonGeoFormat |
class |
WellKnownBinaryGeoFormat |
class |
WellKnownTextGeoFormat |
| Modifier and Type | Field and Description |
|---|---|
static GeoFormat |
WellKnownTextGeoFormat.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
protected GeoFormat |
JsonNodeToGeometryCodec.geoFormat |
| Constructor and Description |
|---|
JsonNodeToGeometryCodec(TypeCodec<T> targetCodec,
ObjectMapper objectMapper,
GeoFormat geoFormat,
List<String> nullStrings) |
JsonNodeToLineStringCodec(ObjectMapper objectMapper,
GeoFormat geoFormat,
List<String> nullStrings) |
JsonNodeToPointCodec(ObjectMapper objectMapper,
GeoFormat geoFormat,
List<String> nullStrings) |
JsonNodeToPolygonCodec(ObjectMapper objectMapper,
GeoFormat geoFormat,
List<String> nullStrings) |
| Constructor and Description |
|---|
StringToLineStringCodec(GeoFormat geoFormat,
List<String> nullStrings) |
StringToPointCodec(GeoFormat geoFormat,
List<String> nullStrings) |
StringToPolygonCodec(GeoFormat geoFormat,
List<String> nullStrings) |
Copyright © 2017–2021 DataStax. All rights reserved.