Package org.locationtech.jts.io.twkb
Class TWKBReader
java.lang.Object
org.locationtech.jts.io.twkb.TWKBReader
Reads a
Geometry
encoded into TWKB (Tiny Well-known Binary).
The current TWKB specification is https://github.com/TWKB/Specification/blob/master/twkb.md.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread
(byte[] bytes) read
(InputStream in) setGeometryFactory
(GeometryFactory geometryFactory)
-
Constructor Details
-
TWKBReader
public TWKBReader() -
TWKBReader
-
-
Method Details
-
setGeometryFactory
-
read
- Throws:
ParseException
-
read
- Throws:
ParseException
-
read
- Throws:
ParseException
-