Package

geotrellis.raster.io.geotiff

writer

Permalink

package writer

Visibility
  1. Public
  2. All

Type Members

  1. class CoordinateSystemParser extends AnyRef

    Permalink
  2. case class GeoDirectoryTags(shortTags: Array[(Int, Int, Int, Int)], doubles: Array[Double]) extends Product with Serializable

    Permalink
  3. class GeoTiffWriter extends AnyRef

    Permalink
  4. class GeoTiffWriterLimitationException extends RuntimeException

    Permalink
  5. class IncompatibleGeoTiffOptionsException extends RuntimeException

    Permalink

    This exception may be thrown by GeoTiffWriter in the case where a combination of color space, color map, and sample depth are not supported by the GeoTiff specification.

    This exception may be thrown by GeoTiffWriter in the case where a combination of color space, color map, and sample depth are not supported by the GeoTiff specification. A specific case is when GeoTiffOptions.colorSpace is set to geotrellis.raster.io.geotiff.tags.codes.ColorSpace.Palette and GeoTiffOptions.colorMap is None and/or the raster's geotrellis.raster.CellType is not an 8-bit or 16-bit integral value.

  6. class MalformedProj4Exception extends RuntimeException

    Permalink
  7. case class TiffTagFieldValue(tag: Int, fieldType: Int, length: Int, value: Array[Byte]) extends Product with Serializable

    Permalink
  8. sealed trait ToBytes extends AnyRef

    Permalink

Value Members

  1. object BigEndianToBytes extends ToBytes

    Permalink
  2. object CoordinateSystemParser

    Permalink
  3. object GeoTiffWriter

    Permalink
  4. object LittleEndianToBytes extends ToBytes

    Permalink
  5. object TiffTagFieldValue extends Serializable

    Permalink

Ungrouped