Uses of Class
org.locationtech.spatial4j.io.WKTReader
-
Packages that use WKTReader 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 WKTReader in org.locationtech.spatial4j.context
Methods in org.locationtech.spatial4j.context that return WKTReader Modifier and Type Method Description WKTReader
SpatialContext. getWktShapeParser()
Deprecated. -
Uses of WKTReader in org.locationtech.spatial4j.io
Subclasses of WKTReader in org.locationtech.spatial4j.io Modifier and Type Class Description class
WktShapeParser
Deprecated.Methods in org.locationtech.spatial4j.io that return WKTReader Modifier and Type Method Description WKTReader
WKTReader.State. getParser()
-
Uses of WKTReader in org.locationtech.spatial4j.io.jts
Subclasses of WKTReader in org.locationtech.spatial4j.io.jts Modifier and Type Class Description class
JtsWKTReaderShapeParser
Deprecated.
-