WKBWriter constructor

WKBWriter()

Creates a writer that writes {@link Geometry}s with output dimension = 2 and Endian.big byte order

Implementation

WKBWriter() : this.withDimOrder(2, Endian.big);