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 anOutStreamFields in org.locationtech.jts.io declared as OutStream Modifier and Type Field Description private OutStreamWKBWriter. byteArrayOutStreamMethods in org.locationtech.jts.io with parameters of type OutStream Modifier and Type Method Description voidWKBWriter. write(Geometry geom, OutStream os)private 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 voidWKBWriter. writeInt(int intValue, OutStream os)private voidWKBWriter. writeLineString(LineString line, OutStream os)private voidWKBWriter. writePoint(Point pt, OutStream os)private voidWKBWriter. writePolygon(Polygon poly, OutStream os)
-