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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of Predictor in org.apache.sis.internal.geotiff
Methods in org.apache.sis.internal.geotiff that return PredictorModifier and TypeMethodDescriptionstatic Predictor
Predictor.valueOf
(int code) Returns the predictor for the given code.static Predictor
Returns 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 Inflater
Inflater.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. -
Uses of Predictor in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as PredictorModifier and TypeFieldDescriptionprivate Predictor
ImageFileDirectory.predictor
Mathematical operator that is applied to the image data before an encoding scheme is applied.Methods in org.apache.sis.storage.geotiff that return PredictorModifier and TypeMethodDescription(package private) abstract Predictor
DataCube.getPredictor()
Returns the mathematical operator that is applied to the image data before an encoding scheme is applied.(package private) Predictor
ImageFileDirectory.getPredictor()
Returns the mathematical operator that is applied to the image data before an encoding scheme is applied.