Registry / serialization / geojson-jackson

geojson-jackson

JSON →
library1.8.1javamavenunverified

Provides Java POJOs for GeoJSON data structures, with Jackson serialization/deserialization support.

<dependency> <groupId>de.grundid.opendatalab</groupId> <artifactId>geojson-jackson</artifactId> <version>1.8.1</version> </dependency>
INSTALL
IMPORT
SIG · GEOJSON-JACKSON
G
geojson-jackson
serializationjavav1.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Feature
de.grundid.opendatalab.geojson.Feature

Demonstrates creating a GeoJSON Feature with a Point geometry.

import de.grundid.opendatalab.geojson.Feature; import de.grundid.opendatalab.geojson.Point; public class Example { public static void main(String[] args) { Point point = new Point(13.4, 52.5); Feature feature = new Feature(point); System.out.println(feature.getGeometry().getType()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geojson-jackson — mvn dependency:get geojson-jackson · libregistry