class UByteRawGeoTiffSegment extends UByteGeoTiffSegment
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UByteRawGeoTiffSegment
- UByteGeoTiffSegment
- GeoTiffSegment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
bytes: Array[Byte]
represents all of the bytes in the segment
represents all of the bytes in the segment
- Definition Classes
- UByteGeoTiffSegment → 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
- Definition Classes
- UByteGeoTiffSegment
-
def
getDouble(i: Int): Double
- Definition Classes
- UByteRawGeoTiffSegment → UByteGeoTiffSegment → GeoTiffSegment
-
def
getInt(i: Int): Int
- Definition Classes
- UByteRawGeoTiffSegment → UByteGeoTiffSegment → GeoTiffSegment
-
def
getRaw(i: Int): Byte
- Definition Classes
- UByteGeoTiffSegment
-
def
map(f: (Int) ⇒ Int): Array[Byte]
- Definition Classes
- UByteGeoTiffSegment → GeoTiffSegment
-
def
mapDouble(f: (Double) ⇒ Double): Array[Byte]
- Definition Classes
- UByteRawGeoTiffSegment → UByteGeoTiffSegment → GeoTiffSegment
-
def
mapDoubleWithIndex(f: (Int, Double) ⇒ Double): Array[Byte]
- Definition Classes
- UByteGeoTiffSegment → GeoTiffSegment
-
def
mapWithIndex(f: (Int, Int) ⇒ Int): Array[Byte]
- Definition Classes
- UByteGeoTiffSegment → GeoTiffSegment
-
val
size: Int
- Definition Classes
- UByteGeoTiffSegment → GeoTiffSegment