@Override
 protected void read(final LasPointCloud pointCloud, final ByteBuffer buffer) throws IOException {
   super.read(pointCloud, buffer);
   this.gpsTime = buffer.getDouble();
 }