Package org.locationtech.spatial4j.io
Class WktShapeParser
- java.lang.Object
-
- org.locationtech.spatial4j.io.WKTReader
-
- org.locationtech.spatial4j.io.WktShapeParser
-
- All Implemented Interfaces:
ShapeIO
,ShapeReader
@Deprecated public class WktShapeParser extends WKTReader
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.spatial4j.io.WKTReader
WKTReader.State
-
-
Constructor Summary
Constructors Constructor Description WktShapeParser(SpatialContext ctx, SpatialContextFactory factory)
Deprecated.
-
Method Summary
-
Methods inherited from class org.locationtech.spatial4j.io.WKTReader
getFormatName, newState, parse, parseBufferShape, parseEnvelopeShape, parseGeometryCollectionShape, parseIfSupported, parseLineStringShape, parseMulitPolygonShape, parseMultiLineStringShape, parseMultiPointShape, parsePointShape, parsePolygonShape, parseShapeByType, point, pointList, polygon, read, read, readIfSupported, readString, shape
-
-
-
-
Constructor Detail
-
WktShapeParser
public WktShapeParser(SpatialContext ctx, SpatialContextFactory factory)
Deprecated.
-
-