Uses of Interface
com.vividsolutions.jts.io.InStream
-
Packages that use InStream Package Description 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 Modifier and Type Class Description classByteArrayInStreamAllows an array of bytes to be used as anInStream.classInputStreamInStreamAn adapter to allow anInputStreamto be used as anInStreamMethods in com.vividsolutions.jts.io with parameters of type InStream Modifier and Type Method Description GeometryWKBReader. read(InStream is)voidByteOrderDataInStream. setInStream(InStream stream)Allows a single ByteOrderDataInStream to be reused on multiple InStreams.Constructors in com.vividsolutions.jts.io with parameters of type InStream Constructor Description ByteOrderDataInStream(InStream stream)
-