Uses of Class
org.apache.sis.storage.geotiff.Compression
Packages that use Compression
Package
Description
A data store that can read and write GeoTIFF files as grid coverages.
-
Uses of Compression in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as CompressionModifier and TypeFieldDescriptionstatic final Compression
Compression.DEFLATE
Deflate compression (like ZIP format) with a default compression level and a default predictor.static final Compression
Compression.NONE
No compression, but pack data into bytes as tightly as possible.Fields in org.apache.sis.storage.geotiff with type parameters of type CompressionModifier and TypeFieldDescriptionstatic final OptionKey
<Compression> Compression.OPTION_KEY
The key for declaring the compression at store creation time.Methods in org.apache.sis.storage.geotiff that return CompressionModifier and TypeMethodDescriptionCompression.withLevel
(int value) Returns an instance with the specified compression level.Compression.withPredictor
(int value) Returns an instance with the specified predictor.Methods in org.apache.sis.storage.geotiff that return types with arguments of type CompressionModifier and TypeMethodDescriptionGeoTiffStore.getCompression()
Returns the compression used when writing tiles.