|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InStream | |
---|---|
com.vividsolutions.jts.io | Contains the interfaces for converting JTS objects to and from other formats. |
Uses of InStream in com.vividsolutions.jts.io |
---|
Classes in com.vividsolutions.jts.io that implement InStream | |
---|---|
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 |
Methods in com.vividsolutions.jts.io with parameters of type InStream | |
---|---|
Geometry |
WKBReader.read(InStream is)
Reads a Geometry in binary WKB format from an InStream . |
void |
ByteOrderDataInStream.setInStream(InStream stream)
Allows a single ByteOrderDataInStream to be reused on multiple InStreams. |
Constructors in com.vividsolutions.jts.io with parameters of type InStream | |
---|---|
ByteOrderDataInStream(InStream stream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |