class GeoTiffWriter extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffWriter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTiffWriter(geoTiff: GeoTiffData, dos: DataOutputStream)

Value Members

  1. lazy val IFDs: List[GeoTiffData]
  2. var index: Int
  3. implicit val toBytes: ToBytes
  4. def write(optimizedOrder: Boolean = false): Unit
  5. def writeByte(value: Byte): Unit
  6. def writeBytes(value: Array[Byte]): Unit
  7. def writeDouble(value: Double): Unit
  8. def writeFloat(value: Float): Unit
  9. def writeInt(value: Int): Unit
  10. def writeLong(value: Long): Unit
  11. def writeShort(value: Int): Unit