Uses of Interface
com.spatial4j.core.io.ShapeWriter
-
Packages that use ShapeWriter Package Description com.spatial4j.core.context SpatialContext implementations are the facade to the Spatial4j API.com.spatial4j.core.io Reading & writing shapes in various forms.com.spatial4j.core.io.jts -
-
Uses of ShapeWriter in com.spatial4j.core.context
Fields in com.spatial4j.core.context with type parameters of type ShapeWriter Modifier and Type Field Description List<Class<? extends ShapeWriter>>SpatialContextFactory. writers -
Uses of ShapeWriter in com.spatial4j.core.io
Classes in com.spatial4j.core.io that implement ShapeWriter Modifier and Type Class Description classGeoJSONWriterclassLegacyShapeWriterDeprecated.classPolyshapeWriterWrap 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 systemsclassWKTWriterMethods in com.spatial4j.core.io that return ShapeWriter Modifier and Type Method Description ShapeWriterSupportedFormats. getGeoJsonWriter()ShapeWriterSupportedFormats. getWktWriter()ShapeWriterSupportedFormats. getWriter(String fmt)Methods in com.spatial4j.core.io that return types with arguments of type ShapeWriter Modifier and Type Method Description List<ShapeWriter>SupportedFormats. getWriters() -
Uses of ShapeWriter in com.spatial4j.core.io.jts
Classes in com.spatial4j.core.io.jts that implement ShapeWriter Modifier and Type Class Description classJtsGeoJSONWriterclassJtsPolyshapeWriterclassJtsWKTWriterWrites the WKT using JTS directly
-