public class GeoJsonWriterEx extends GeoJsonWriter
EPSG_PREFIX, isEncodeCRS| Constructor and Description |
|---|
GeoJsonWriterEx() |
GeoJsonWriterEx(int decimals)
Constructs a GeoJsonWriter instance specifying the number of decimals to
use when encoding floating point numbers.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
write(Geometry geometry,
java.util.Map<java.lang.String,java.lang.Object> properties) |
void |
write(Geometry geometry,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.io.Writer writer) |
create, setEncodeCRS, write, writepublic GeoJsonWriterEx()
public GeoJsonWriterEx(int decimals)
public java.lang.String write(Geometry geometry,
java.util.Map<java.lang.String,java.lang.Object> properties)
public void write(Geometry geometry,
java.util.Map<java.lang.String,java.lang.Object> properties,
java.io.Writer writer)
throws java.io.IOException
java.io.IOException