Class GenericGeometryParser
- Object
-
- BaseParser
-
- GenericGeometryParser
-
- All Implemented Interfaces:
GeometryParser<Geometry>
public class GenericGeometryParser extends BaseParser implements GeometryParser<Geometry>
Created by mihaildoronin on 11/11/15.
-
-
Field Summary
-
Fields inherited from class BaseParser
geometryFactory
-
-
Constructor Summary
Constructors Constructor Description GenericGeometryParser(GeometryFactory geometryFactory)
-
-
-
Constructor Detail
-
GenericGeometryParser
public GenericGeometryParser(GeometryFactory geometryFactory)
-
-
Method Detail
-
geometryFromJson
public Geometry geometryFromJson(JsonNode node) throws JsonMappingException
- Specified by:
geometryFromJson
in interfaceGeometryParser<Geometry>
- Throws:
JsonMappingException
-
-