public class WriteableGeoJSON extends WriteableValue
Modifier and Type | Field and Description |
---|---|
org.locationtech.spatial4j.io.ShapeWriter |
jsonWriter |
org.locationtech.spatial4j.shape.Shape |
shape |
Constructor and Description |
---|
WriteableGeoJSON(org.locationtech.spatial4j.shape.Shape shape,
org.locationtech.spatial4j.io.ShapeWriter jsonWriter) |
Modifier and Type | Method and Description |
---|---|
Object |
resolve(Object o,
JavaBinCodec codec) |
String |
toString() |
void |
write(String name,
TextResponseWriter writer) |
public final org.locationtech.spatial4j.shape.Shape shape
public final org.locationtech.spatial4j.io.ShapeWriter jsonWriter
public WriteableGeoJSON(org.locationtech.spatial4j.shape.Shape shape, org.locationtech.spatial4j.io.ShapeWriter jsonWriter)
public Object resolve(Object o, JavaBinCodec codec) throws IOException
IOException
public void write(String name, TextResponseWriter writer) throws IOException
write
in class WriteableValue
IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.