Package org.wololo.jts2geojson
Class GeoJSONWriter
- java.lang.Object
-
- org.wololo.jts2geojson.GeoJSONWriter
-
public class GeoJSONWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoJSONWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollectionwrite(List<Feature> features)Geometrywrite(org.locationtech.jts.geom.Geometry geometry)
-
-
-
Method Detail
-
write
public Geometry write(org.locationtech.jts.geom.Geometry geometry)
-
write
public FeatureCollection write(List<Feature> features)
-
-