Uses of Interface
org.locationtech.spatial4j.io.ShapeReader
-
Packages that use ShapeReader 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 ShapeReader in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeReader Modifier and Type Field Description List<Class<? extends ShapeReader>>
SpatialContextFactory. readers
Method parameters in org.locationtech.spatial4j.context with type arguments of type ShapeReader Modifier and Type Method Description void
SpatialContextFactory. addReaderIfNoggitExists(Class<? extends ShapeReader> reader)
-
Uses of ShapeReader in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeReader Modifier and Type Class Description class
GeoJSONReader
class
LegacyShapeReader
Deprecated.class
PolyshapeReader
class
WKTReader
An extensible parser for Well Known Text (WKT).class
WktShapeParser
Deprecated.Methods in org.locationtech.spatial4j.io that return ShapeReader Modifier and Type Method Description ShapeReader
SupportedFormats. getGeoJsonReader()
ShapeReader
SupportedFormats. getReader(String fmt)
ShapeReader
SupportedFormats. getWktReader()
Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeReader Modifier and Type Method Description List<ShapeReader>
SupportedFormats. getReaders()
Constructor parameters in org.locationtech.spatial4j.io with type arguments of type ShapeReader Constructor Description SupportedFormats(List<ShapeReader> readers, List<ShapeWriter> writers)
-
Uses of ShapeReader in org.locationtech.spatial4j.io.jts
Classes in org.locationtech.spatial4j.io.jts that implement ShapeReader Modifier and Type Class Description class
JtsWKTReaderShapeParser
Deprecated.
-