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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.locationtech.spatial4j.io.WKTReader
WKTReader.State
-
Field Summary
Fields inherited from class org.locationtech.spatial4j.io.WKTReader
ctx, shapeFactory
-
Constructor Summary
ConstructorsConstructorDescriptionWktShapeParser
(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 Details
-
WktShapeParser
Deprecated.
-