Uses of Interface
org.locationtech.jts.io.OutStream
Packages that use OutStream
Package
Description
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 OutStreamModifier and TypeClassDescriptionclass
An adapter to allow anOutputStream
to be used as anOutStream
Fields in org.locationtech.jts.io declared as OutStreamMethods in org.locationtech.jts.io with parameters of type OutStreamModifier and TypeMethodDescriptionvoid
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
private void
WKBWriter.writeLineString
(LineString line, OutStream os) private void
WKBWriter.writePoint
(Point pt, OutStream os) private void
WKBWriter.writePolygon
(Polygon poly, OutStream os)