public class MapToOpenGISGeomUtil extends Object
Modifier and Type | Field and Description |
---|---|
static GeometryFactory |
FACTORY |
Constructor and Description |
---|
MapToOpenGISGeomUtil() |
Modifier and Type | Method and Description |
---|---|
static Geometry |
parseMapToGeometry(Map<String,Object> geoJsonAsMap)
Jackson returns embedded geojson as a map so we use this method to create opengis.Geometry
for filter creation
|
public static Geometry parseMapToGeometry(Map<String,Object> geoJsonAsMap) throws ParseException
geoJsonAsMap
- GeoJSON MapParseException
Copyright © 1996–2021 Geotools. All rights reserved.