public class GeoJSONWriter
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.wololo.geojson.FeatureCollection
write(List<org.wololo.geojson.Feature> features)
org.wololo.geojson.Geometry
write(org.locationtech.jts.geom.Geometry geometry)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GeoJSONWriter
public GeoJSONWriter()
-
Method Details
-
write
public org.wololo.geojson.Geometry write(org.locationtech.jts.geom.Geometry geometry)
-
write
public org.wololo.geojson.FeatureCollection write(List<org.wololo.geojson.Feature> features)