Uses of Interface
com.spatial4j.core.io.ShapeReader
-
Packages that use ShapeReader Package Description com.spatial4j.core.context SpatialContext implementations are the facade to the Spatial4j API.com.spatial4j.core.io Reading & writing shapes in various forms.com.spatial4j.core.io.jts -
-
Uses of ShapeReader in com.spatial4j.core.context
Fields in com.spatial4j.core.context with type parameters of type ShapeReader Modifier and Type Field Description List<Class<? extends ShapeReader>>SpatialContextFactory. readersMethod parameters in com.spatial4j.core.context with type arguments of type ShapeReader Modifier and Type Method Description voidSpatialContextFactory. addReaderIfNoggitExists(Class<? extends ShapeReader> reader) -
Uses of ShapeReader in com.spatial4j.core.io
Classes in com.spatial4j.core.io that implement ShapeReader Modifier and Type Class Description classGeoJSONReaderclassLegacyShapeReaderDeprecated.classPolyshapeReaderclassWKTReaderAn extensible parser for Well Known Text (WKT).classWktShapeParserDeprecated.Methods in com.spatial4j.core.io that return ShapeReader Modifier and Type Method Description ShapeReaderSupportedFormats. getGeoJsonReader()ShapeReaderSupportedFormats. getReader(String fmt)ShapeReaderSupportedFormats. getWktReader()Methods in com.spatial4j.core.io that return types with arguments of type ShapeReader Modifier and Type Method Description List<ShapeReader>SupportedFormats. getReaders()Constructor parameters in com.spatial4j.core.io with type arguments of type ShapeReader Constructor Description SupportedFormats(List<ShapeReader> readers, List<ShapeWriter> writers) -
Uses of ShapeReader in com.spatial4j.core.io.jts
Classes in com.spatial4j.core.io.jts that implement ShapeReader Modifier and Type Class Description classJtsGeoJSONReaderclassJtsPolyshapeReaderclassJtsWKTReaderExtendsWKTReaderadding support for polygons, using JTS.classJtsWKTReaderShapeParserThis is an extension ofJtsWKTReaderthat processes the entire string with JTS'sWKTReader.
-