Uses of Interface
org.locationtech.spatial4j.io.ShapeWriter
Packages that use ShapeWriter
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Reading & writing shapes in various forms.
-
Uses of ShapeWriter in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeWriterModifier and TypeFieldDescriptionfinal List<Class<? extends ShapeWriter>> SpatialContextFactory.writers -
Uses of ShapeWriter in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeWriterModifier and TypeClassDescriptionclassclassDeprecated.classWrap 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 systemsclassFields in org.locationtech.spatial4j.io declared as ShapeWriterModifier and TypeFieldDescriptionprivate final ShapeWriterSupportedFormats.geoJsonWriterprivate final ShapeWriterSupportedFormats.wktWriterFields in org.locationtech.spatial4j.io with type parameters of type ShapeWriterMethods in org.locationtech.spatial4j.io that return ShapeWriterModifier and TypeMethodDescriptionSupportedFormats.getGeoJsonWriter()SupportedFormats.getWktWriter()Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeWriter -
Uses of ShapeWriter in org.locationtech.spatial4j.io.jts
Classes in org.locationtech.spatial4j.io.jts that implement ShapeWriterModifier and TypeClassDescriptionclassclassclassWrites the WKT using JTS directly