| Package | Description |
|---|---|
| com.vividsolutions.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayInStream
Allows an array of bytes to be used as an
InStream.
|
class |
InputStreamInStream
An adapter to allow an
InputStream to be used as an
InStream
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
WKBReader.read(InStream
|
void |
ByteOrderDataInStream.setInStream(InStream
Allows a single ByteOrderDataInStream to be reused on multiple InStreams.
|
| Constructor and Description | |
|---|---|
ByteOrderDataInStream(InStream
|