Uses of Class
org.apache.sis.internal.storage.inflater.HorizontalPredictor
Packages that use HorizontalPredictor
Package
Description
Utility classes for the implementation of raster readers.
-
Uses of HorizontalPredictor in org.apache.sis.internal.storage.inflater
Subclasses of HorizontalPredictor in org.apache.sis.internal.storage.inflaterModifier and TypeClassDescriptionprivate static final class
A horizontal predictor working on byte values.private static final class
A horizontal predictor working on double-precision floating point values.private static final class
A horizontal predictor working on single-precision floating point values.private static final class
A horizontal predictor working on 32 bits integer values.private static final class
A horizontal predictor working on short integer values.Methods in org.apache.sis.internal.storage.inflater that return HorizontalPredictorModifier and TypeMethodDescription(package private) static HorizontalPredictor
HorizontalPredictor.create
(CompressionChannel input, DataType dataType, int pixelStride, int width) Creates a new predictor.