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 java.util.List<java.lang.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 systemsclassWKTWriterFields in org.locationtech.spatial4j.io declared as ShapeWriter Modifier and Type Field Description private ShapeWriterSupportedFormats. geoJsonWriterprivate ShapeWriterSupportedFormats. wktWriterFields in org.locationtech.spatial4j.io with type parameters of type ShapeWriter Modifier and Type Field Description private java.util.List<ShapeWriter>SupportedFormats. writersMethods in org.locationtech.spatial4j.io that return ShapeWriter Modifier and Type Method Description ShapeWriterSupportedFormats. getGeoJsonWriter()ShapeWriterSupportedFormats. getWktWriter()ShapeWriterSupportedFormats. getWriter(java.lang.String fmt)Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeWriter Modifier and Type Method Description java.util.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
-