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,
     TextWriter 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
IOExceptionpublic void write(String name, TextWriter writer) throws IOException
write in class WriteableValueIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.