Uses of Package
org.locationtech.spatial4j.io
-
Packages that use org.locationtech.spatial4j.io Package Description org.locationtech.spatial4j.context SpatialContext implementations are the facade to the Spatial4j API.org.locationtech.spatial4j.io Reading & writing shapes in various forms.org.locationtech.spatial4j.io.jts -
Classes in org.locationtech.spatial4j.io used by org.locationtech.spatial4j.context Class Description BinaryCodec A binary shape format.ShapeReader Implementations are expected to be thread safeShapeWriter Implementations are expected to be thread safeSupportedFormats Information about the formats aSpatialContext
can read/writeWKTReader An extensible parser for Well Known Text (WKT). -
Classes in org.locationtech.spatial4j.io used by org.locationtech.spatial4j.io Class Description OnePointsBuilder INTERNAL class used by someShapeReader
s.PolyshapeReader.XReader from Apache 2.0 licensed: https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.javaPolyshapeWriter.Encoder Encodes a sequence of LatLngs into an encoded path string.ShapeIO ShapeReader Implementations are expected to be thread safeShapeWriter Implementations are expected to be thread safeWKTReader An extensible parser for Well Known Text (WKT).WKTReader.State The parse state. -
Classes in org.locationtech.spatial4j.io used by org.locationtech.spatial4j.io.jts Class Description BinaryCodec A binary shape format.GeoJSONWriter 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 systemsPolyshapeWriter.Encoder Encodes a sequence of LatLngs into an encoded path string.ShapeIO ShapeReader Implementations are expected to be thread safeShapeWriter Implementations are expected to be thread safeWKTReader An extensible parser for Well Known Text (WKT).WKTWriter