public class LineStringParser<P extends Position> extends AbstractGeometryParser<P,LineString<P>>
context
Constructor and Description |
---|
LineStringParser(Context context) |
Modifier and Type | Method and Description |
---|---|
protected void |
canHandle(com.fasterxml.jackson.databind.JsonNode root) |
LineString<P> |
parse(com.fasterxml.jackson.databind.JsonNode root,
CoordinateReferenceSystem<P> defaultCrs) |
deserialize, getCoordinatesArrayAsLinear, getCoordinatesArrayAsPolygonal, getCoordinatesArrayAsPolygonList, getCoordinatesArrayAsSinglePosition, getCrsId, getDefaultCrs, getRoot, getType, isFeatureSet, resolveCrs, toLinearPositionsListHolder, toSinglePositionCoordinatesHolder
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public LineStringParser(Context context)
public LineString<P> parse(com.fasterxml.jackson.databind.JsonNode root, CoordinateReferenceSystem<P> defaultCrs) throws GeoJsonProcessingException
parse
in class AbstractGeometryParser<P extends Position,LineString<P extends Position>>
GeoJsonProcessingException
protected void canHandle(com.fasterxml.jackson.databind.JsonNode root) throws GeoJsonProcessingException
canHandle
in class AbstractGeometryParser<P extends Position,LineString<P extends Position>>
GeoJsonProcessingException
Copyright © 2022 geolatte.org. All rights reserved.