object GeoTiffMultibandTile extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoTiffMultibandTile
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply(tile: MultibandTile, options: GeoTiffOptions): GeoTiffMultibandTile
-
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.
-
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
- def applyOverview(geoTiffTile: GeoTiffMultibandTile, compression: Compression, cellType: CellType, bandType: Option[BandType] = None): GeoTiffMultibandTile