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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bandCount: Int
    Definition Classes
    GeoTiff
  6. def buildOverview(resampleMethod: resample.ResampleMethod, decimationFactor: Int, blockSize: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  7. def cellSize: CellSize
    Definition Classes
    GeoTiff
  8. val cellType: CellType
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def cols: Int
    Definition Classes
    GeoTiff
  11. 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
  12. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]
    Definition Classes
    SinglebandGeoTiffGeoTiff
  13. 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
  14. def crop(subExtent: Extent): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  15. def crop(gridBounds: GridBounds[Int]): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  16. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  17. def crop(colMax: Int, rowMax: Int): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  18. def crop(subExtent: Extent, options: Options): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  19. def crop(rasterExtent: RasterExtent): Raster[Tile]
    Definition Classes
    GeoTiff
  20. def crop(subExtent: Extent, cellSize: CellSize): Raster[Tile]
    Definition Classes
    GeoTiff
  21. val crs: CRS
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. val extent: Extent
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. 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
  27. def getOverview(idx: Int): GeoTiff[Tile]
    Definition Classes
    GeoTiff
  28. def getOverviewsCount: Int
    Definition Classes
    GeoTiff
  29. def imageData: GeoTiffImageData
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def mapTile(f: (Tile) ⇒ Tile): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val options: GeoTiffOptions
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  36. val overviews: List[GeoTiff[Tile]]
    Definition Classes
    SinglebandGeoTiffGeoTiffGeoTiffData
  37. def pixelSampleType: Option[PixelSampleType]
    Definition Classes
    GeoTiffData
  38. def projectedExtent: ProjectedExtent
    Definition Classes
    GeoTiff
  39. def projectedRaster: ProjectedRaster[Tile]
    Definition Classes
    GeoTiff
  40. def raster: Raster[Tile]
    Definition Classes
    GeoTiff
  41. def rasterExtent: RasterExtent
    Definition Classes
    GeoTiff
  42. 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
  43. def rows: Int
    Definition Classes
    GeoTiff
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. val tags: Tags
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  46. val tile: Tile
    Definition Classes
    SinglebandGeoTiffGeoTiff
  47. def toByteArray: Array[Byte]
    Definition Classes
    GeoTiff
  48. def toCloudOptimizedByteArray: Array[Byte]
    Definition Classes
    GeoTiff
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. def withOverviews(resampleMethod: resample.ResampleMethod, decimations: List[Int] = Nil, blockSize: Int = GeoTiff.DefaultBlockSize): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  53. def withOverviews(overviews: Seq[GeoTiff[Tile]]): GeoTiff[Tile]
    Definition Classes
    GeoTiff
  54. def withStorageMethod(storageMethod: StorageMethod): SinglebandGeoTiff
    Definition Classes
    SinglebandGeoTiffGeoTiff
  55. def write(path: String, optimizedOrder: Boolean = false): Unit
    Definition Classes
    GeoTiff

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GeoTiff[Tile]

Inherited from GeoTiffData

Inherited from AnyRef

Inherited from Any

Ungrouped