All Downloads are FREE. Search and download functionalities are using the official Maven repository.

geotrellis.data.geotiff.Compression.scala Maven / Gradle / Ivy

The newest version!
package geotrellis.data.geotiff

/**
 * Compression is used by geotiff.Settings to indicate what kind of compression
 * to use.
 */
sealed abstract class Compression
case object Uncompressed extends Compression
case object Lzw extends Compression




© 2015 - 2024 Weber Informatics LLC | Privacy Policy