Packages

object GeoTiffMultibandTile extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffMultibandTile
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(tile: MultibandTile, options: GeoTiffOptions): GeoTiffMultibandTile
  2. def apply(tile: MultibandTile): GeoTiffMultibandTile

    Convert a multiband tile to a GeoTiffTile.

    Convert a multiband tile to a GeoTiffTile. Defaults to Striped GeoTIFF format. Only handles pixel interlacing.

  3. def apply(segmentBytes: SegmentBytes, decompressor: Decompressor, segmentLayout: GeoTiffSegmentLayout, compression: Compression, bandCount: Int, cellType: CellType, bandType: Option[BandType] = None, overviews: List[GeoTiffMultibandTile] = Nil): GeoTiffMultibandTile

    Creates a new instances of GeoTiffMultibandTile.

    Creates a new instances of GeoTiffMultibandTile.

    returns

    An implementation of GeoTiffMultibandTile based off of band or cell type

  4. def applyOverview(geoTiffTile: GeoTiffMultibandTile, compression: Compression, cellType: CellType, bandType: Option[BandType] = None): GeoTiffMultibandTile