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.readersMethod parameters in org.locationtech.spatial4j.context with type arguments of type ShapeReaderModifier and TypeMethodDescriptionvoidSpatialContextFactory.addReaderIfNoggitExists(Class<? extends ShapeReader> reader) -
Uses of ShapeReader in org.locationtech.spatial4j.io
Classes in org.locationtech.spatial4j.io that implement ShapeReaderModifier and TypeClassDescriptionclassclassDeprecated.classclassAn extensible parser for Well Known Text (WKT).classDeprecated.Fields in org.locationtech.spatial4j.io declared as ShapeReaderModifier and TypeFieldDescriptionprivate final ShapeReaderSupportedFormats.geoJsonReaderprivate final ShapeReaderSupportedFormats.wktReaderFields 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