Class WKTOrWKBReader
- java.lang.Object
-
- com.vividsolutions.jtstest.util.io.WKTOrWKBReader
-
public class WKTOrWKBReader extends java.lang.ObjectReads aGeometryfrom a string which is in either WKT or WKBHex format- Version:
- 1.7
- Author:
- Martin Davis
-
-
Constructor Summary
Constructors Constructor Description WKTOrWKBReader()WKTOrWKBReader(GeometryFactory geomFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometryread(java.lang.String geomStr)
-
-
-
Constructor Detail
-
WKTOrWKBReader
public WKTOrWKBReader()
-
WKTOrWKBReader
public WKTOrWKBReader(GeometryFactory geomFactory)
-
-
Method Detail
-
read
public Geometry read(java.lang.String geomStr) throws ParseException
- Throws:
ParseException
-
-