trait UByteGeoTiffSegmentCollection extends GeoTiffSegmentCollection
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- UByteGeoTiffSegmentCollection
- GeoTiffSegmentCollection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
T = UByteGeoTiffSegment
- Definition Classes
- UByteGeoTiffSegmentCollection → GeoTiffSegmentCollection
Abstract Value Members
-
abstract
val
decompressor: Decompressor
- Definition Classes
- GeoTiffSegmentCollection
- abstract def noDataValue: Option[Int]
-
abstract
val
segmentBytes: SegmentBytes
represents all of the segments in the geotiff
represents all of the segments in the geotiff
- Definition Classes
- GeoTiffSegmentCollection
Concrete Value Members
-
val
bandType: UByteBandType.type
- Definition Classes
- UByteGeoTiffSegmentCollection → GeoTiffSegmentCollection
-
lazy val
decompressGeoTiffSegment: (Int, Array[Byte]) ⇒ T
- Definition Classes
- UByteGeoTiffSegmentCollection → GeoTiffSegmentCollection
-
def
getSegment(i: Int): T
- Definition Classes
- GeoTiffSegmentCollection
-
def
getSegments(ids: Traversable[Int]): Iterator[(Int, T)]
- Definition Classes
- GeoTiffSegmentCollection