| 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 | Description |
|---|---|
| ByteArrayInStream |
Allows an array of bytes to be used as an
InStream. |
| ByteOrderDataInStream |
Allows reading a stream of Java primitive datatypes from an underlying
InStream,
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 specified
|
| InputStreamInStream |
An adapter to allow an
InputStream to be used as an InStream |
| OutputStreamOutStream |
An adapter to allow an
OutputStream to be used as an OutStream |
| WKBHexFileReader |
Reads a sequence of
Geometrys in WKBHex format
from a text file. |
| WKBReader |
Reads a
Geometryfrom a byte stream in Well-Known Binary format. |
| WKBWriter |
Writes a
Geometry into Well-Known Binary format. |
| WKTFileReader |
Reads a sequence of
Geometrys in WKT format
from a text file. |
| WKTReader |
Converts a geometry in Well-Known Text format to a
Geometry. |
| WKTWriter |
Writes the Well-Known Text representation of a
Geometry. |
| Exception | Description |
|---|---|
| ParseException |
Thrown by a
WKTReader when a parsing problem occurs. |
Copyright © 2015. All rights reserved.