Uses of Interface
org.locationtech.spatial4j.io.ShapeWriter
-
Packages that use ShapeWriter Package Description org.locationtech.spatial4j.context org.locationtech.spatial4j.io 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 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 org.locationtech.spatial4j.io that return ShapeWriter Modifier and Type Method Description ShapeWriterSupportedFormats. getGeoJsonWriter()ShapeWriterSupportedFormats. getWktWriter()ShapeWriterSupportedFormats. 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 classJtsGeoJSONWriterclassJtsPolyshapeWriterclassJtsWKTWriterWrites the WKT using JTS directly
-