Uses of Enum
org.apache.sis.internal.geotiff.Compression
Packages that use Compression
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 Compression in org.apache.sis.internal.geotiff
Methods in org.apache.sis.internal.geotiff that return CompressionModifier and TypeMethodDescriptionstatic Compression
Compression.valueOf
(int code) Returns the compression method for the given GeoTIFF code, orUNKNOWN
if none.static Compression
Returns the enum constant of this type with the specified name.static Compression[]
Compression.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Compression in org.apache.sis.internal.storage.inflater
Methods in org.apache.sis.internal.storage.inflater with parameters of type CompressionModifier 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 Compression in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as CompressionModifier and TypeFieldDescriptionprivate Compression
ImageFileDirectory.compression
The compression method, ornull
if unspecified.Methods in org.apache.sis.storage.geotiff that return CompressionModifier and TypeMethodDescription(package private) abstract Compression
DataCube.getCompression()
Returns the compression method, ornull
if unspecified.(package private) Compression
ImageFileDirectory.getCompression()
Returns the compression method, ornull
if unspecified.