Package

geotrellis.raster.io.geotiff

util

Permalink

package util

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. GDALNoDataParser
  3. ByteInverter
  4. ByteReaderExtensions
  5. ArrayExtensions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayExtensions extends AnyRef

    Permalink
  2. implicit class ArrayUtilities extends AnyRef

    Permalink
    Definition Classes
    ArrayExtensions
  3. trait ByteInverter extends AnyRef

    Permalink
  4. trait ByteReaderExtensions extends AnyRef

    Permalink
  5. implicit class ByteReaderUtilities extends AnyRef

    Permalink
    Definition Classes
    ByteReaderExtensions
  6. implicit final class DoubleArrayToByte extends AnyVal

    Permalink
  7. implicit final class FloatArrayToByte extends AnyVal

    Permalink
  8. trait GDALNoDataParser extends AnyRef

    Permalink
  9. implicit final class IntArrayToByte extends AnyVal

    Permalink
  10. implicit final class ShortArrayToByte extends AnyVal

    Permalink
  11. sealed abstract class TiffTagOffsetSize extends AnyRef

    Permalink

Value Members

  1. object IntTiffTagOffsetSize extends TiffTagOffsetSize with Product with Serializable

    Permalink

    Represents the offset size for tiff tags of a regular TIFF file (non-BigTiff)

  2. object LongTiffTagOffsetSize extends TiffTagOffsetSize with Product with Serializable

    Permalink

    Represents the offset size for tiff tags of a BigTiff

  3. val gdalNoDataInfinity: List[String]

    Permalink
    Definition Classes
    GDALNoDataParser
  4. val gdalNoDataNaNs: List[String]

    Permalink
    Definition Classes
    GDALNoDataParser
  5. val gdalNoDataNegInfinity: List[String]

    Permalink
    Definition Classes
    GDALNoDataParser
  6. def invertByte(byte: Byte): Byte

    Permalink
    Definition Classes
    ByteInverter
  7. def parseGDALNoDataString(input: String): Option[Double]

    Permalink
    Definition Classes
    GDALNoDataParser
  8. val reverseTable: Array[Byte]

    Permalink
    Definition Classes
    ByteInverter

Inherited from GDALNoDataParser

Inherited from ByteInverter

Inherited from ByteReaderExtensions

Inherited from ArrayExtensions

Inherited from AnyRef

Inherited from Any

Ungrouped