Package org.locationtech.spatial4j.io
Interface ShapeWriter
- All Superinterfaces:
ShapeIO
- All Known Implementing Classes:
GeoJSONWriter
,JtsGeoJSONWriter
,JtsPolyshapeWriter
,JtsWKTWriter
,LegacyShapeWriter
,PolyshapeWriter
,WKTWriter
Implementations are expected to be thread safe
-
Field Summary
-
Method Summary
Methods inherited from interface org.locationtech.spatial4j.io.ShapeIO
getFormatName
-
Method Details
-
write
Write a shape to the output writer- Throws:
IOException
-
toString
Write a shape to String
-