Uses of Interface
org.locationtech.spatial4j.io.ShapeIO
-
Packages that use ShapeIO Package Description org.locationtech.spatial4j.io 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 interfaceShapeReaderImplementations are expected to be thread safeinterfaceShapeWriterImplementations are expected to be thread safeClasses in org.locationtech.spatial4j.io that implement ShapeIO Modifier and Type Class Description classGeoJSONReaderclassGeoJSONWriterclassLegacyShapeReaderDeprecated.classLegacyShapeWriterDeprecated.classPolyshapeReaderclassPolyshapeWriterWrap 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 systemsclassWKTReaderAn extensible parser for Well Known Text (WKT).classWKTWriter -
Uses of ShapeIO in org.locationtech.spatial4j.io.jts
Classes in org.locationtech.spatial4j.io.jts that implement ShapeIO Modifier and Type Class Description classJtsGeoJSONWriterclassJtsPolyshapeWriterclassJtsWKTWriterWrites the WKT using JTS directly
-