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