Packages

t

geotrellis.raster.io.geotiff

BitGeoTiffSegmentCollection

trait BitGeoTiffSegmentCollection extends GeoTiffSegmentCollection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitGeoTiffSegmentCollection
  2. GeoTiffSegmentCollection
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val decompressor: Decompressor
    Definition Classes
    GeoTiffSegmentCollection
  2. 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

  1. val bandType: BitBandType.type
  2. lazy val decompressGeoTiffSegment: (Int, Array[Byte]) ⇒ BitGeoTiffSegment
  3. def getSegment(i: Int): (BitGeoTiffSegmentCollection.this)#T
    Definition Classes
    GeoTiffSegmentCollection
  4. def getSegments(ids: Traversable[Int]): Iterator[(Int, (BitGeoTiffSegmentCollection.this)#T)]
    Definition Classes
    GeoTiffSegmentCollection