class GeoTiffWriter extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiffWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoTiffWriter(geoTiff: GeoTiffData, dos: DataOutputStream)
Value Members
- lazy val IFDs: List[GeoTiffData]
- var index: Int
- implicit val toBytes: ToBytes
- def write(optimizedOrder: Boolean = false): Unit
- def writeByte(value: Byte): Unit
- def writeBytes(value: Array[Byte]): Unit
- def writeDouble(value: Double): Unit
- def writeFloat(value: Float): Unit
- def writeInt(value: Int): Unit
- def writeLong(value: Long): Unit
- def writeShort(value: Int): Unit