All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mreutegg.laszip4j.laslib.LASevlr Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2005-2014, martin isenburg, rapidlasso - fast tools to catch reality
 *
 * This is free software; you can redistribute and/or modify it under the
 * terms of the GNU Lesser General Licence as published by the Free Software
 * Foundation. See the LICENSE.txt file for more information.
 *
 * This software is distributed WITHOUT ANY WARRANTY and without even the
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
package com.github.mreutegg.laszip4j.laslib;

public class LASevlr {

    public char reserved;
    public byte[] user_id = new byte[16];
    public char record_id;
    public long record_length_after_header;
    public byte[] description = new byte[32];
    public byte[] data;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy