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 classOutputStreamOutStreamAn adapter to allow anOutputStreamto be used as anOutStreamMethods in org.locationtech.jts.io with parameters of type OutStream Modifier and Type Method Description voidWKBWriter. write(Geometry geom, OutStream os)
-