Uses of Interface
org.locationtech.spatial4j.io.ShapeReader
Packages that use ShapeReader
Package
Description
SpatialContext implementations are the facade to the Spatial4j API.
Reading & writing shapes in various forms.
-
Uses of ShapeReader in org.locationtech.spatial4j.context
Fields in org.locationtech.spatial4j.context with type parameters of type ShapeReaderModifier and TypeFieldDescriptionfinal List
<Class<? extends ShapeReader>> SpatialContextFactory.readers
Method parameters in org.locationtech.spatial4j.context with type arguments of type ShapeReaderModifier and TypeMethodDescriptionvoid
SpatialContextFactory.addReaderIfNoggitExists
(Class<? extends ShapeReader> reader) -
Uses of ShapeReader in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeReaderModifier and TypeClassDescriptionclass
class
Deprecated.class
class
An extensible parser for Well Known Text (WKT).class
Deprecated.Fields in org.locationtech.spatial4j.io declared as ShapeReaderModifier and TypeFieldDescriptionprivate final ShapeReader
SupportedFormats.geoJsonReader
private final ShapeReader
SupportedFormats.wktReader
Fields in org.locationtech.spatial4j.io with type parameters of type ShapeReaderMethods in org.locationtech.spatial4j.io that return ShapeReaderModifier and TypeMethodDescriptionSupportedFormats.getGeoJsonReader()
SupportedFormats.getWktReader()
Methods in org.locationtech.spatial4j.io that return types with arguments of type ShapeReaderConstructor parameters in org.locationtech.spatial4j.io with type arguments of type ShapeReaderModifierConstructorDescriptionSupportedFormats
(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