Uses of Enum
org.apache.sis.internal.geotiff.Predictor
Packages that use Predictor
Package
Description
Utility classes for the implementation of GeoTIFF reader and writer.
Utility classes for the implementation of raster readers.
-
Uses of Predictor in org.apache.sis.internal.geotiff
Methods in org.apache.sis.internal.geotiff that return PredictorModifier and TypeMethodDescriptionstatic PredictorPredictor.valueOf(int code) Returns the predictor for the given code.static PredictorReturns the enum constant of this type with the specified name.static Predictor[]Predictor.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Predictor in org.apache.sis.internal.storage.inflater
Methods in org.apache.sis.internal.storage.inflater with parameters of type PredictorModifier and TypeMethodDescriptionstatic InflaterInflater.create(StoreListeners listeners, ChannelDataInput input, Compression compression, Predictor predictor, int sourcePixelStride, int sourceWidth, int chunksPerRow, int samplesPerChunk, int[] skipAfterChunks, int pixelsPerElement, DataType dataType) Creates a new instance for the given compression.