Uses of Interface
org.locationtech.spatial4j.io.ShapeIO
-
Packages that use ShapeIO Package Description org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.io.jts -
-
Uses of ShapeIO in org.locationtech.spatial4j.io
Subinterfaces of ShapeIO in org.locationtech.spatial4j.io Modifier and Type Interface Description interface
ShapeReader
Implementations are expected to be thread safeinterface
ShapeWriter
Implementations are expected to be thread safeClasses in org.locationtech.spatial4j.io that implement ShapeIO Modifier and Type Class Description class
GeoJSONReader
class
GeoJSONWriter
class
LegacyShapeReader
Deprecated.class
LegacyShapeWriter
Deprecated.class
PolyshapeReader
class
PolyshapeWriter
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 systemsclass
WKTReader
An extensible parser for Well Known Text (WKT).class
WktShapeParser
Deprecated.class
WKTWriter
-
Uses of ShapeIO in org.locationtech.spatial4j.io.jts
Classes in org.locationtech.spatial4j.io.jts that implement ShapeIO Modifier and Type Class Description class
JtsGeoJSONWriter
class
JtsPolyshapeWriter
class
JtsWKTReaderShapeParser
Deprecated.class
JtsWKTWriter
Writes the WKT using JTS directly
-