Packages

object GeoTiffTile extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTiffTile
  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: Tile, options: GeoTiffOptions): GeoTiffTile
  2. def apply(tile: Tile): GeoTiffTile

    Convert a tile to a GeoTiffTile.

    Convert a tile to a GeoTiffTile. Defaults to Striped GeoTIFF format.

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

    Creates a new instance of GeoTiffTile.

    Creates a new instance of GeoTiffTile.

    returns

    A new instance of GeoTiffTile based on the given bandType or cellType

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