Uses of Interface
org.locationtech.spatial4j.io.ShapeWriter
-
Packages that use ShapeWriter 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 -
-
Uses of ShapeWriter in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeWriter Modifier and Type Field Description List<Class<? extends ShapeWriter>>
SpatialContextFactory. writers
-
Uses of ShapeWriter in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeWriter Modifier and Type Class Description class
GeoJSONWriter
class
LegacyShapeWriter
Deprecated.class
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 systemsclass
WKTWriter
Methods in org.locationtech.spatial4j.io that return ShapeWriter Modifier and Type Method Description ShapeWriter
SupportedFormats. getGeoJsonWriter()
ShapeWriter
SupportedFormats. getWktWriter()
ShapeWriter
SupportedFormats. getWriter(String fmt)
Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeWriter Modifier and Type Method Description List<ShapeWriter>
SupportedFormats. getWriters()
-
Uses of ShapeWriter in org.locationtech.spatial4j.io.jts
Classes in org.locationtech.spatial4j.io.jts that implement ShapeWriter Modifier and Type Class Description class
JtsGeoJSONWriter
class
JtsPolyshapeWriter
class
JtsWKTWriter
Writes the WKT using JTS directly
-