Packages

case class SinglebandGeoTiff(tile: Tile, extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, overviews: List[GeoTiff[Tile]] = Nil) extends GeoTiff[Tile] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SinglebandGeoTiff
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. GeoTiff
  7. GeoTiffData
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SinglebandGeoTiff(tile: Tile, extent: Extent, crs: CRS, tags: Tags, options: GeoTiffOptions, overviews: List[GeoTiff[Tile]] = Nil)

Value Members

  1. def bandCount: Int
    Definition Classes
    GeoTiff
  2. def buildOverview(resampleMethod: resample.ResampleMethod, decimationFactor: Int, blockSize: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  3. def cellSize: CellSize
    Definition Classes
    GeoTiff
  4. val cellType: CellType
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  5. def cols: Int
    Definition Classes
    GeoTiff
  6. def copy(tile: Tile = tile, extent: Extent = extent, crs: CRS = crs, tags: Tags = tags, options: GeoTiffOptions = options, overviews: List[GeoTiff[Tile]] = overviews): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  7. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]
    Definition Classes
    SinglebandGeoTiffGeoTiff
  8. def crop(subExtent: Extent, cellSize: CellSize, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster

    Chooses the best matching overviews and makes resample & crop

    Chooses the best matching overviews and makes resample & crop

    Definition Classes
    SinglebandGeoTiffGeoTiff
  9. def crop(subExtent: Extent): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  10. def crop(gridBounds: GridBounds[Int]): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  11. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  12. def crop(colMax: Int, rowMax: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  13. def crop(subExtent: Extent, options: Options): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  14. def crop(rasterExtent: RasterExtent): Raster[Tile]
    Definition Classes
    GeoTiff
  15. def crop(subExtent: Extent, cellSize: CellSize): Raster[Tile]
    Definition Classes
    GeoTiff
  16. val crs: CRS
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  17. val extent: Extent
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  18. def getClosestOverview(cellSize: CellSize, strategy: OverviewStrategy = OverviewStrategy.DEFAULT): GeoTiff[Tile]

    Return the best matching overview to the given cellSize, returns "this" if no overviews available.

    Return the best matching overview to the given cellSize, returns "this" if no overviews available.

    Definition Classes
    GeoTiff
  19. def getOverview(idx: Int): GeoTiff[Tile]
    Definition Classes
    GeoTiff
  20. def getOverviewsCount: Int
    Definition Classes
    GeoTiff
  21. def imageData: GeoTiffImageData
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  22. def mapTile(f: (Tile) ⇒ Tile): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  23. val options: GeoTiffOptions
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  24. val overviews: List[GeoTiff[Tile]]
    Definition Classes
    SinglebandGeoTiffGeoTiffGeoTiffData
  25. def pixelSampleType: Option[PixelSampleType]
    Definition Classes
    GeoTiffData
  26. def projectedExtent: ProjectedExtent
    Definition Classes
    GeoTiff
  27. def projectedRaster: ProjectedRaster[Tile]
    Definition Classes
    GeoTiff
  28. def raster: Raster[Tile]
    Definition Classes
    GeoTiff
  29. def rasterExtent: RasterExtent
    Definition Classes
    GeoTiff
  30. def resample(rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster

    Chooses the best matching overviews and makes resample

    Chooses the best matching overviews and makes resample

    Definition Classes
    SinglebandGeoTiffGeoTiff
  31. def rows: Int
    Definition Classes
    GeoTiff
  32. val tags: Tags
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  33. val tile: Tile
    Definition Classes
    SinglebandGeoTiffGeoTiff
  34. def toByteArray: Array[Byte]
    Definition Classes
    GeoTiff
  35. def toCloudOptimizedByteArray: Array[Byte]
    Definition Classes
    GeoTiff
  36. def withOverviews(resampleMethod: resample.ResampleMethod, decimations: List[Int] = Nil, blockSize: Int = GeoTiff.DefaultBlockSize): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  37. def withOverviews(overviews: Seq[GeoTiff[Tile]]): GeoTiff[Tile]
    Definition Classes
    GeoTiff
  38. def withStorageMethod(storageMethod: StorageMethod): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  39. def write(path: String, optimizedOrder: Boolean = false): Unit
    Definition Classes
    GeoTiff