Uses of Interface
com.spatial4j.core.io.ShapeIO
-
Packages that use ShapeIO Package Description com.spatial4j.core.io Reading & writing shapes in various forms.com.spatial4j.core.io.jts -
-
Uses of ShapeIO in com.spatial4j.core.io
Subinterfaces of ShapeIO in com.spatial4j.core.io Modifier and Type Interface Description interfaceShapeReaderImplementations are expected to be thread safeinterfaceShapeWriterImplementations are expected to be thread safeClasses in com.spatial4j.core.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).classWktShapeParserDeprecated.classWKTWriter -
Uses of ShapeIO in com.spatial4j.core.io.jts
Classes in com.spatial4j.core.io.jts that implement ShapeIO Modifier and Type Class Description classJtsGeoJSONReaderclassJtsGeoJSONWriterclassJtsPolyshapeReaderclassJtsPolyshapeWriterclassJtsWKTReaderExtendsWKTReaderadding support for polygons, using JTS.classJtsWKTReaderShapeParserThis is an extension ofJtsWKTReaderthat processes the entire string with JTS'sWKTReader.classJtsWKTWriterWrites the WKT using JTS directly
-