Packages

t

geotrellis.raster.io.geotiff

Int32GeoTiffSegmentCollection

trait Int32GeoTiffSegmentCollection extends GeoTiffSegmentCollection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Int32GeoTiffSegmentCollection
  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 def noDataValue: Option[Int]
  3. 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: Int32BandType.type
  2. lazy val decompressGeoTiffSegment: (Int, Array[Byte]) ⇒ T
  3. def getSegment(i: Int): T
    Definition Classes
    GeoTiffSegmentCollection
  4. def getSegments(ids: Traversable[Int]): Iterator[(Int, T)]
    Definition Classes
    GeoTiffSegmentCollection