Uses of Interface
org.locationtech.jts.io.OutStream
-
Packages that use OutStream Package Description org.locationtech.jts.io Contains the interfaces for converting JTS objects to and from other formats. -
-
Uses of OutStream in org.locationtech.jts.io
Classes in org.locationtech.jts.io that implement OutStream Modifier and Type Class Description class
OutputStreamOutStream
An adapter to allow anOutputStream
to be used as anOutStream
Methods in org.locationtech.jts.io with parameters of type OutStream Modifier and Type Method Description void
WKBWriter. write(Geometry geom, OutStream os)
-