Class PolyshapeWriter

java.lang.Object
org.locationtech.spatial4j.io.PolyshapeWriter
All Implemented Interfaces:
ShapeIO, ShapeWriter
Direct Known Subclasses:
JtsPolyshapeWriter

public class PolyshapeWriter extends Object implements ShapeWriter
Wrap the 'Encoded Polyline Algorithm Format' defined in: Google Maps API with flags to encode various Shapes: Point, Line, Polygon, etc For more details, see FORMATS.md This format works well for geographic shapes (-180...+180 / -90...+90), but is not appropriate for other coordinate systems
See Also: