Uses of Class
com.spatial4j.core.io.WKTReader
-
Packages that use WKTReader 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 WKTReader in com.spatial4j.core.context
Methods in com.spatial4j.core.context that return WKTReader Modifier and Type Method Description WKTReaderSpatialContext. getWktShapeParser()Deprecated. -
Uses of WKTReader in com.spatial4j.core.io
Subclasses of WKTReader in com.spatial4j.core.io Modifier and Type Class Description classWktShapeParserDeprecated.Methods in com.spatial4j.core.io that return WKTReader Modifier and Type Method Description WKTReaderWKTReader.State. getParser() -
Uses of WKTReader in com.spatial4j.core.io.jts
Subclasses of WKTReader in com.spatial4j.core.io.jts Modifier and Type Class Description classJtsWKTReaderExtendsWKTReaderadding support for polygons, using JTS.classJtsWKTReaderShapeParserThis is an extension ofJtsWKTReaderthat processes the entire string with JTS'sWKTReader.
-