Package com.spatial4j.core.io
Class WktShapeParser
- java.lang.Object
-
- com.spatial4j.core.io.WKTReader
-
- com.spatial4j.core.io.WktShapeParser
-
- All Implemented Interfaces:
ShapeIO,ShapeReader
@Deprecated public class WktShapeParser extends WKTReader
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.spatial4j.core.io.WKTReader
WKTReader.State
-
-
Constructor Summary
Constructors Constructor Description WktShapeParser(SpatialContext ctx, SpatialContextFactory factory)Deprecated.This constructor is required bycom.spatial4j.core.context.SpatialContextFactory#makeWktShapeParser(com.spatial4j.core.context.SpatialContext).
-
Method Summary
-
Methods inherited from class com.spatial4j.core.io.WKTReader
getFormatName, newState, normDist, parse, parseBufferShape, parseEnvelopeShape, parseGeometryCollectionShape, parseIfSupported, parseLineStringShape, parseMultiLineStringShape, parseMultiPointShape, parsePointShape, parseShapeByType, point, pointList, read, read, readIfSupported, shape
-
-
-
-
Constructor Detail
-
WktShapeParser
public WktShapeParser(SpatialContext ctx, SpatialContextFactory factory)
Deprecated.This constructor is required bycom.spatial4j.core.context.SpatialContextFactory#makeWktShapeParser(com.spatial4j.core.context.SpatialContext).
-
-