Packages

package writer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class CoordinateSystemParser extends AnyRef
  2. case class GeoDirectoryTags(shortTags: Array[(Int, Int, Int, Int)], doubles: Array[Double]) extends Product with Serializable
  3. class GeoTiffWriter extends AnyRef
  4. class GeoTiffWriterLimitationException extends RuntimeException
  5. class IncompatibleGeoTiffOptionsException extends RuntimeException

    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
  7. case class TiffTagFieldValue(tag: Int, fieldType: Int, length: Int, value: Array[Byte]) extends Product with Serializable
  8. sealed trait ToBytes extends AnyRef

Ungrouped