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 TypeClassDescriptionclassAn adapter to allow anOutputStreamto be used as anOutStreamFields in org.locationtech.jts.io declared as OutStreamMethods in org.locationtech.jts.io with parameters of type OutStreamModifier and TypeMethodDescriptionvoidprivate voidWKBWriter.writeByteOrder(OutStream os) private voidWKBWriter.writeCoordinate(CoordinateSequence seq, int index, OutStream os) private voidWKBWriter.writeCoordinateSequence(CoordinateSequence seq, boolean writeSize, OutStream os) private voidWKBWriter.writeGeometryCollection(int geometryType, GeometryCollection gc, OutStream os) private voidWKBWriter.writeGeometryType(int geometryType, Geometry g, OutStream os) private voidprivate voidWKBWriter.writeLineString(LineString line, OutStream os) private voidWKBWriter.writePoint(Point pt, OutStream os) private voidWKBWriter.writePolygon(Polygon poly, OutStream os)