Package | Description |
---|---|
org.locationtech.jts.io |
Contains the interfaces for converting JTS objects to and from other formats.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
Geometry |
WKBReader.read(InStream is) |
|
void |
ByteOrderDataInStream.setInStream(InStream stream) |
Allows a single ByteOrderDataInStream to be reused
on multiple InStreams.
|
Constructor | Description |
---|---|
ByteOrderDataInStream(InStream stream) |
Copyright © 2018. All rights reserved.