trait BitGeoTiffSegmentCollection extends GeoTiffSegmentCollection
- Self Type
- BitGeoTiffSegmentCollection with GeoTiffSegmentLayoutTransform
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitGeoTiffSegmentCollection
- GeoTiffSegmentCollection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
T = BitGeoTiffSegment
- Definition Classes
- BitGeoTiffSegmentCollection → GeoTiffSegmentCollection
Abstract Value Members
-
abstract
val
decompressor: Decompressor
- Definition Classes
- GeoTiffSegmentCollection
-
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: BitBandType.type
- Definition Classes
- BitGeoTiffSegmentCollection → GeoTiffSegmentCollection
-
lazy val
decompressGeoTiffSegment: (Int, Array[Byte]) ⇒ BitGeoTiffSegment
- Definition Classes
- BitGeoTiffSegmentCollection → GeoTiffSegmentCollection
-
def
getSegment(i: Int): (BitGeoTiffSegmentCollection.this)#T
- Definition Classes
- GeoTiffSegmentCollection
-
def
getSegments(ids: Traversable[Int]): Iterator[(Int, (BitGeoTiffSegmentCollection.this)#T)]
- Definition Classes
- GeoTiffSegmentCollection