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 CompressionCompression.valueOf(int code) Returns the compression method for the given GeoTIFF code, orUNKNOWNif none.static CompressionReturns 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 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. -
Uses of Compression in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as CompressionModifier and TypeFieldDescriptionprivate CompressionImageFileDirectory.compressionThe compression method, ornullif unspecified.Methods in org.apache.sis.storage.geotiff that return CompressionModifier and TypeMethodDescription(package private) abstract CompressionDataCube.getCompression()Returns the compression method, ornullif unspecified.(package private) CompressionImageFileDirectory.getCompression()Returns the compression method, ornullif unspecified.