trait GeoTiffSegment extends AnyRef
Base trait of GeoTiffSegment
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiffSegment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
bytes: Array[Byte]
represents all of the bytes in the segment
- abstract def getDouble(i: Int): Double
- abstract def getInt(i: Int): Int
- abstract def map(f: (Int) ⇒ Int): Array[Byte]
- abstract def mapDouble(f: (Double) ⇒ Double): Array[Byte]
- abstract def mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
- abstract def mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
- abstract def size: Int