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. readersMethod parameters in org.locationtech.spatial4j.context with type arguments of type ShapeReader Modifier and Type Method Description voidSpatialContextFactory. 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 classGeoJSONReaderclassLegacyShapeReaderDeprecated.classPolyshapeReaderclassWKTReaderAn extensible parser for Well Known Text (WKT).classWktShapeParserDeprecated.Fields in org.locationtech.spatial4j.io declared as ShapeReader Modifier and Type Field Description private ShapeReaderSupportedFormats. geoJsonReaderprivate ShapeReaderSupportedFormats. wktReaderFields in org.locationtech.spatial4j.io with type parameters of type ShapeReader Modifier and Type Field Description private java.util.List<ShapeReader>SupportedFormats. readersMethods in org.locationtech.spatial4j.io that return ShapeReader Modifier and Type Method Description ShapeReaderSupportedFormats. getGeoJsonReader()ShapeReaderSupportedFormats. getReader(java.lang.String fmt)ShapeReaderSupportedFormats. 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 classJtsWKTReaderShapeParserDeprecated.
-