geotrellis.data

geotiff

package geotiff

Visibility
  1. Public
  2. All

Type Members

  1. class Encoder extends AnyRef

    Class for writing GeoTIFF data to a given DataOutputStream.

  2. sealed abstract class SampleFormat extends AnyRef

    SampleFormat is used by geotiff.

  3. sealed abstract class SampleSize extends AnyRef

    SampleSize is used by geotiff.

  4. case class Settings(size: SampleSize, format: SampleFormat, esriCompat: Boolean) extends Product with Serializable

    Used by geotiff.

Value Members

  1. object ByteSample extends SampleSize with Product with Serializable

  2. object Const extends AnyRef

    This object is contains useful geotiff-related constants.

  3. object Encoder extends AnyRef

    The Encoder object provides several useful static methods for encoding raster data, which create Encoder instances on demand.

  4. object Floating extends SampleFormat with Product with Serializable

  5. object IntSample extends SampleSize with Product with Serializable

  6. object LongSample extends SampleSize with Product with Serializable

  7. object ShortSample extends SampleSize with Product with Serializable

  8. object Signed extends SampleFormat with Product with Serializable

  9. object Unsigned extends SampleFormat with Product with Serializable