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
Fields in org.locationtech.jts.io declared as OutStream Modifier and Type Field Description private OutStream
WKBWriter. byteArrayOutStream
Methods in org.locationtech.jts.io with parameters of type OutStream Modifier and Type Method Description void
WKBWriter. write(Geometry geom, OutStream os)
private void
WKBWriter. writeByteOrder(OutStream os)
private void
WKBWriter. writeCoordinate(CoordinateSequence seq, int index, OutStream os)
private void
WKBWriter. writeCoordinateSequence(CoordinateSequence seq, boolean writeSize, OutStream os)
private void
WKBWriter. writeGeometryCollection(int geometryType, GeometryCollection gc, OutStream os)
private void
WKBWriter. writeGeometryType(int geometryType, Geometry g, OutStream os)
private void
WKBWriter. writeInt(int intValue, OutStream os)
private void
WKBWriter. writeLineString(LineString line, OutStream os)
private void
WKBWriter. writePoint(Point pt, OutStream os)
private void
WKBWriter. writePolygon(Polygon poly, OutStream os)
-