-
Notifications
You must be signed in to change notification settings - Fork 1
GeoJSON
AndreasWBartels edited this page Dec 6, 2021
·
13 revisions
<dependency>
<groupId>net.anwiba.spatial</groupId>
<artifactId>anwiba-spatial-data-geo-json</artifactId>
<version>1.1.158</version>
</dependency>
final GeoJsonObjectUnmarshaller<Geometry> unmarshaller = this.factory.create(Geometry.class);
Geometry geometry = unmarshaller.unmarshal("{\"type\" :\"Point\", \"coordinates\" :[100.0,0.0]}");