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
Serializable, Serializable, Product, Equals, GeoTiff[Tile], GeoTiffData, AnyRef, Any
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: 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]): Iterator[(GridBounds, Tile)]

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  13. def crop(subExtent: Extent, cellSize: CellSize, resampleMethod: 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): 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 getOverview(idx: Int): GeoTiff[Tile]

    Permalink
    Definition Classes
    GeoTiff
  27. def getOverviewsCount: Int

    Permalink
    Definition Classes
    GeoTiff
  28. def imageData: GeoTiffImageData

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. val options: GeoTiffOptions

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

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

    Permalink
    Definition Classes
    GeoTiffData
  37. def projectedExtent: ProjectedExtent

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

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

    Permalink
    Definition Classes
    GeoTiff
  40. def rasterExtent: RasterExtent

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

    Permalink

    Chooses the best matching overviews and makes resample

    Chooses the best matching overviews and makes resample

    Definition Classes
    SinglebandGeoTiffGeoTiff
  42. def rows: Int

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

    Permalink
    Definition Classes
    AnyRef
  44. val tags: Tags

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiffData
  45. val tile: Tile

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SinglebandGeoTiffGeoTiff
  54. 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