package writer
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class CoordinateSystemParser extends AnyRef
- case class GeoDirectoryTags(shortTags: Array[(Int, Int, Int, Int)], doubles: Array[Double]) extends Product with Serializable
- class GeoTiffWriter extends AnyRef
- class GeoTiffWriterLimitationException extends RuntimeException
-
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. - class MalformedProj4Exception extends RuntimeException
- case class TiffTagFieldValue(tag: Int, fieldType: Int, length: Int, value: Array[Byte]) extends Product with Serializable
- sealed trait ToBytes extends AnyRef
Value Members
- object BigEndianToBytes extends ToBytes
- object CoordinateSystemParser
- object GeoTiffWriter
- object LittleEndianToBytes extends ToBytes
- object TiffTagFieldValue extends Serializable