public class GeometryDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Geometry<?>>
Constructor and Description |
---|
GeometryDeserializer(CoordinateReferenceSystem<?> defaultCRS,
org.geolatte.geom.json.Settings settings) |
Modifier and Type | Method and Description |
---|---|
Geometry<?> |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected CrsId |
getCrsId(com.fasterxml.jackson.databind.JsonNode root) |
protected CoordinateReferenceSystem<?> |
getDefaultCrs() |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public GeometryDeserializer(CoordinateReferenceSystem<?> defaultCRS, org.geolatte.geom.json.Settings settings)
public Geometry<?> deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize
in class com.fasterxml.jackson.databind.JsonDeserializer<Geometry<?>>
IOException
protected CoordinateReferenceSystem<?> getDefaultCrs()
protected CrsId getCrsId(com.fasterxml.jackson.databind.JsonNode root) throws GeoJsonProcessingException
GeoJsonProcessingException
Copyright © 2021 geolatte.org. All rights reserved.