Package org.locationtech.jts.io
-
Interface Summary Interface Description InStream A interface for classes providing an input stream of bytes.OutStream A interface for classes providing an output stream of bytes.WKBConstants Constant values used by the WKB format -
Class Summary Class Description ByteArrayInStream Allows an array of bytes to be used as anInStream.ByteOrderDataInStream Allows reading a stream of Java primitive datatypes from an underlyingInStream, with the representation being in either common byte ordering.ByteOrderValues Methods to read and write primitive Java datatypes from/to byte sequences, allowing the byte order to be specifiedOutputStreamOutStream An adapter to allow anOutputStreamto be used as anOutStreamWKBReader Reads aGeometryfrom a byte stream in Well-Known Binary format.WKBWriter Writes aGeometryinto Well-Known Binary format.WKTWriter Writes the Well-Known Text representation of aGeometry. -
Enum Summary Enum Description Ordinate An enumeration of possible Well-Known-Text or Well-Known-Binary ordinates. -
Exception Summary Exception Description ParseException Thrown by aWKTReaderwhen a parsing problem occurs.