Uses of Interface
com.vividsolutions.jts.io.OutStream
-
Packages that use OutStream Package Description com.vividsolutions.jts.io Contains the interfaces for converting JTS objects to and from other formats. -
-
Uses of OutStream in com.vividsolutions.jts.io
Classes in com.vividsolutions.jts.io that implement OutStream Modifier and Type Class Description classOutputStreamOutStreamAn adapter to allow anOutputStreamto be used as anOutStreamMethods in com.vividsolutions.jts.io with parameters of type OutStream Modifier and Type Method Description voidWKBWriter. write(Geometry geom, OutStream os)
-