Package org.locationtech.spatial4j.io
package org.locationtech.spatial4j.io
Reading & writing shapes in various forms.
-
ClassDescriptionA binary shape format.Utilities for encoding and decoding geohashes.Deprecated.Deprecated.INTERNAL class used by some
ShapeReader
s.Deprecated.Not useful; see https://github.com/spatial4j/spatial4j/issues/19from Apache 2.0 licensed: https://github.com/googlemaps/android-maps-utils/blob/master/library/src/com/google/maps/android/PolyUtil.javaWrap 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 systemsEncodes a sequence of LatLngs into an encoded path string.Implementations are expected to be thread safeImplementations are expected to be thread safeInformation about the formats aSpatialContext
can read/writeAn extensible parser for Well Known Text (WKT).Deprecated.