Uses of Interface
org.locationtech.spatial4j.io.ShapeReader
-
Packages that use ShapeReader Package Description org.locationtech.spatial4j.context org.locationtech.spatial4j.io -
-
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. readersMethod parameters in org.locationtech.spatial4j.context with type arguments of type ShapeReader Modifier and Type Method Description voidSpatialContextFactory. 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 classGeoJSONReaderclassLegacyShapeReaderDeprecated.classPolyshapeReaderclassWKTReaderAn extensible parser for Well Known Text (WKT).Methods in org.locationtech.spatial4j.io that return ShapeReader Modifier and Type Method Description ShapeReaderSupportedFormats. getGeoJsonReader()ShapeReaderSupportedFormats. getReader(String fmt)ShapeReaderSupportedFormats. 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)
-