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 java.util.List<java.lang.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(java.lang.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.Fields in org.locationtech.spatial4j.io declared as ShapeReader Modifier and Type Field Description private ShapeReader
SupportedFormats. geoJsonReader
private ShapeReader
SupportedFormats. wktReader
Fields in org.locationtech.spatial4j.io with type parameters of type ShapeReader Modifier and Type Field Description private java.util.List<ShapeReader>
SupportedFormats. readers
Methods in org.locationtech.spatial4j.io that return ShapeReader Modifier and Type Method Description ShapeReader
SupportedFormats. getGeoJsonReader()
ShapeReader
SupportedFormats. getReader(java.lang.String fmt)
ShapeReader
SupportedFormats. getWktReader()
Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeReader Modifier and Type Method Description java.util.List<ShapeReader>
SupportedFormats. getReaders()
Constructor parameters in org.locationtech.spatial4j.io with type arguments of type ShapeReader Constructor Description SupportedFormats(java.util.List<ShapeReader> readers, java.util.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.
-