protected void writeByteOrder(ByteBuffer output) {
   output.put(output.getWKBByteOrder().byteValue());
 }