Class GeoJsonWriterEx
java.lang.Object
org.gvsig.fmap.geom.jts.formats.geojson.GeoJsonWriter
org.gvsig.fmap.geom.jts.formats.geojson.GeoJsonWriterEx
- Author:
- jjdelcerro
-
Field Summary
Fields inherited from class org.gvsig.fmap.geom.jts.formats.geojson.GeoJsonWriter
EPSG_PREFIX, isEncodeCRS -
Constructor Summary
ConstructorsConstructorDescriptionGeoJsonWriterEx(int decimals) Constructs a GeoJsonWriter instance specifying the number of decimals to use when encoding floating point numbers. -
Method Summary
Methods inherited from class org.gvsig.fmap.geom.jts.formats.geojson.GeoJsonWriter
create, setEncodeCRS, write, write
-
Constructor Details
-
GeoJsonWriterEx
public GeoJsonWriterEx() -
GeoJsonWriterEx
public GeoJsonWriterEx(int decimals) Constructs a GeoJsonWriter instance specifying the number of decimals to use when encoding floating point numbers.
-
-
Method Details
-
write
-
write
public void write(com.vividsolutions.jts.geom.Geometry geometry, Map<String, Object> properties, Writer writer) throws IOException- Throws:
IOException
-