public class FeatureDecoder extends JSONDecoder<AbstractFeature>
| Constructor and Description |
|---|
FeatureDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractFeature |
decodeJSON(com.fasterxml.jackson.databind.JsonNode node) |
AbstractFeature |
decodeJSON(com.fasterxml.jackson.databind.JsonNode node,
boolean validate) |
protected org.locationtech.jts.geom.Geometry |
parseGeometry(com.fasterxml.jackson.databind.JsonNode node) |
protected List<AbstractFeature> |
parseSampledFeatures(com.fasterxml.jackson.databind.JsonNode node) |
protected SamplingFeature |
parseSamplingFeature(com.fasterxml.jackson.databind.JsonNode node) |
decode, decodeJsonToObject, decodeJsonToObjectList, getKeys, parseCodeType, parseCodeWithAuthority, parseDateTime, parseTime, parseTimeInstant, parseTimePeriodgetDecoder, getDecoderRepository, setDecoderRepositoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedTypespublic AbstractFeature decodeJSON(com.fasterxml.jackson.databind.JsonNode node, boolean validate) throws DecodingException
decodeJSON in class JSONDecoder<AbstractFeature>DecodingExceptionprotected AbstractFeature decodeJSON(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
DecodingExceptionprotected SamplingFeature parseSamplingFeature(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
DecodingExceptionprotected List<AbstractFeature> parseSampledFeatures(com.fasterxml.jackson.databind.JsonNode node) throws DecodingException
DecodingExceptionprotected org.locationtech.jts.geom.Geometry parseGeometry(com.fasterxml.jackson.databind.JsonNode node)
throws DecodingException
DecodingExceptionCopyright © 2015–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.