com.github.mreutegg.laszip4j.laszip.LASwriteItemCompressed_POINT10_v1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of laszip4j Show documentation
Show all versions of laszip4j Show documentation
The LASzip library ported to Java
/*
* (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