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

com.github.mreutegg.laszip4j.laszip.LASwriteItemCompressed_POINT10_v1 Maven / Gradle / Ivy

There is a newer version: 0.19
Show newest version
/*
 * (c) 2007-2022, rapidlasso GmbH - fast tools to catch reality
 *
 * This is free software; you can redistribute and/or modify it under the
 * terms of the Apache Public License 2.0 published by the Apache Software
 * Foundation. See the COPYING 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.laszip;

// TODO: only dummy implementation
public class LASwriteItemCompressed_POINT10_v1 extends LASwriteItemCompressed {
    public LASwriteItemCompressed_POINT10_v1(ArithmeticEncoder enc) {
    }

    @Override
    public boolean write(PointDataRecord point, int context) {
        return false;
    }

    @Override
    public boolean init(PointDataRecord point, int context) {
        return false;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy