Uses of Interface
org.locationtech.jts.io.InStream
-
Packages that use InStream Package Description org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats. -
-
Uses of InStream in org.locationtech.jts.io
Classes in org.locationtech.jts.io that implement InStream Modifier and Type Class Description class
ByteArrayInStream
Allows an array of bytes to be used as anInStream
.class
InputStreamInStream
An adapter to allow anInputStream
to be used as anInStream
Methods in org.locationtech.jts.io with parameters of type 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.Constructors in org.locationtech.jts.io with parameters of type InStream Constructor Description ByteOrderDataInStream(InStream stream)
-