abstract class UInt16GeoTiffSegment extends GeoTiffSegment
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UInt16GeoTiffSegment
- GeoTiffSegment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
getDouble(i: Int): Double
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
abstract
def
getInt(i: Int): Int
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
Concrete Value Members
-
val
bytes: Array[Byte]
represents all of the bytes in the segment
represents all of the bytes in the segment
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
def
convert(cellType: CellType): Array[Byte]
Converts the segment to the given CellType
Converts the segment to the given CellType
- returns
An Array[Byte] that contains the new CellType values
- Definition Classes
- GeoTiffSegment
- def get(i: Int): Int
- def getRaw(i: Int): Short
-
def
map(f: (Int) ⇒ Int): Array[Byte]
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
def
mapDouble(f: (Double) ⇒ Double): Array[Byte]
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
def
mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
def
mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment
-
val
size: Int
- Definition Classes
- UInt16GeoTiffSegment → GeoTiffSegment