Class/Object

geotrellis.raster.io.geotiff

SinglebandGeoTiff

Related Docs: object SinglebandGeoTiff | package geotiff

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bandCount: Int

    Permalink
    Definition Classes
    GeoTiff
  6. def buildOverview(resampleMethod: resample.ResampleMethod, decimationFactor: Int, blockSize: Int): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  7. def cellSize: CellSize

    Permalink
    Definition Classes
    GeoTiff
  8. val cellType: CellType

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def cols: Int

    Permalink
    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

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  12. def crop(windows: Seq[GridBounds[Int]]): Iterator[(GridBounds[Int], Tile)]

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  13. def crop(subExtent: Extent, cellSize: CellSize, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster

    Permalink

    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

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  15. def crop(gridBounds: GridBounds[Int]): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  16. def crop(colMin: Int, rowMin: Int, colMax: Int, rowMax: Int): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  17. def crop(colMax: Int, rowMax: Int): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  18. def crop(subExtent: Extent, options: Options): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  19. def crop(rasterExtent: RasterExtent): Raster[Tile]

    Permalink
    Definition Classes
    GeoTiff
  20. def crop(subExtent: Extent, cellSize: CellSize): Raster[Tile]

    Permalink
    Definition Classes
    GeoTiff
  21. val crs: CRS

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. val extent: Extent

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getClosestOverview(cellSize: CellSize, strategy: OverviewStrategy = OverviewStrategy.DEFAULT): GeoTiff[Tile]

    Permalink

    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]

    Permalink
    Definition Classes
    GeoTiff
  28. def getOverviewsCount: Int

    Permalink
    Definition Classes
    GeoTiff
  29. def imageData: GeoTiffImageData

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def mapTile(f: (Tile) ⇒ Tile): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val options: GeoTiffOptions

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  36. val overviews: List[GeoTiff[Tile]]

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffGeoTiffData
  37. def pixelSampleType: Option[PixelSampleType]

    Permalink
    Definition Classes
    GeoTiffData
  38. def projectedExtent: ProjectedExtent

    Permalink
    Definition Classes
    GeoTiff
  39. def projectedRaster: ProjectedRaster[Tile]

    Permalink
    Definition Classes
    GeoTiff
  40. def raster: Raster[Tile]

    Permalink
    Definition Classes
    GeoTiff
  41. def rasterExtent: RasterExtent

    Permalink
    Definition Classes
    GeoTiff
  42. def resample(rasterExtent: RasterExtent, resampleMethod: resample.ResampleMethod, strategy: OverviewStrategy): SinglebandRaster

    Permalink

    Chooses the best matching overviews and makes resample

    Chooses the best matching overviews and makes resample

    Definition Classes
    SinglebandGeoTiffGeoTiff
  43. def rows: Int

    Permalink
    Definition Classes
    GeoTiff
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. val tags: Tags

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  46. val tile: Tile

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  47. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeoTiff
  48. def toCloudOptimizedByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeoTiff
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withOverviews(resampleMethod: resample.ResampleMethod, decimations: List[Int] = Nil, blockSize: Int = GeoTiff.DefaultBlockSize): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  53. def withOverviews(overviews: Seq[GeoTiff[Tile]]): GeoTiff[Tile]

    Permalink
    Definition Classes
    GeoTiff
  54. def withStorageMethod(storageMethod: StorageMethod): SinglebandGeoTiff

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  55. def write(path: String, optimizedOrder: Boolean = false): Unit

    Permalink
    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