Packages

t

geotrellis.raster.io.geotiff

GeoTiffSegmentCollection

trait GeoTiffSegmentCollection extends AnyRef

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

Type Members

  1. abstract type T >: Null <: GeoTiffSegment

Abstract Value Members

  1. abstract val bandType: BandType
  2. abstract val decompressGeoTiffSegment: (Int, Array[Byte]) ⇒ T
  3. abstract val decompressor: Decompressor
  4. abstract val segmentBytes: SegmentBytes

    represents all of the segments in the geotiff

Concrete Value Members

  1. def getSegment(i: Int): T
  2. def getSegments(ids: Traversable[Int]): Iterator[(Int, T)]