Class

org.locationtech.rasterframes.tiles.ProjectedRasterTile

ConcreteProjectedRasterTile

Related Doc: package ProjectedRasterTile

Permalink

case class ConcreteProjectedRasterTile(t: Tile, extent: Extent, crs: CRS) extends ProjectedRasterTile with Product with Serializable

Linear Supertypes
Product, Equals, ProjectedRasterTile, ProjectedRasterLike, FixedDelegatingTile, DelegatingTile, Tile, LazyLogging, MappableTile[Tile], MacroMappableTile[Tile], IterableTile, MacroIterableTile, CellGrid, Grid, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteProjectedRasterTile
  2. Product
  3. Equals
  4. ProjectedRasterTile
  5. ProjectedRasterLike
  6. FixedDelegatingTile
  7. DelegatingTile
  8. Tile
  9. LazyLogging
  10. MappableTile
  11. MacroMappableTile
  12. IterableTile
  13. MacroIterableTile
  14. CellGrid
  15. Grid
  16. Serializable
  17. Serializable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcreteProjectedRasterTile(t: Tile, extent: Extent, crs: CRS)

    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 cellType: CellType

    Permalink
    Definition Classes
    DelegatingTile → CellGrid
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    DelegatingTile → Grid
  8. def combine(r2: Tile)(f: (Int, Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    FixedDelegatingTile → DelegatingTile → Tile
  9. def combineDouble(r2: Tile)(f: (Double, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    FixedDelegatingTile → DelegatingTile → Tile
  10. def convert(cellType: CellType): Tile

    Permalink
    Definition Classes
    ConcreteProjectedRasterTile → DelegatingTile → Tile
  11. val crs: CRS

    Permalink
  12. def delegate: Tile

    Permalink
    Definition Classes
    ConcreteProjectedRasterTile → DelegatingTile
  13. def dimensions: (Int, Int)

    Permalink
    Definition Classes
    Grid
  14. def downsample(newCols: Int, newRows: Int)(f: (CellSet) ⇒ Int): Tile

    Permalink
    Definition Classes
    Tile
  15. def dualCombine(r2: Tile)(f: (Int, Int) ⇒ Int)(g: (Double, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  16. def dualForeach(f: (Int) ⇒ Unit)(g: (Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Tile
  17. def dualMap(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  18. def dualMapIfSet(f: (Int) ⇒ Int)(g: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val extent: Extent

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def findMinMax: (Int, Int)

    Permalink
    Definition Classes
    Tile
  23. def findMinMaxDouble: (Double, Double)

    Permalink
    Definition Classes
    Tile
  24. def foreach(f: (Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DelegatingTile → Tile
  25. macro def foreach(f: (Int, Int, Int) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IterableTile
  26. def foreachDouble(f: (Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    DelegatingTile → Tile
  27. macro def foreachDouble(f: (Int, Int, Double) ⇒ Unit): Unit

    Permalink
    Definition Classes
    IterableTile
  28. def foreachDoubleVisitor(visitor: DoubleTileVisitor): Unit

    Permalink
    Definition Classes
    DelegatingTile → MacroIterableTile
  29. def foreachIntVisitor(visitor: IntTileVisitor): Unit

    Permalink
    Definition Classes
    DelegatingTile → MacroIterableTile
  30. def get(col: Int, row: Int): Int

    Permalink
    Definition Classes
    DelegatingTile → Tile
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def getDouble(col: Int, row: Int): Double

    Permalink
    Definition Classes
    DelegatingTile → Tile
  33. def gridBounds: GridBounds

    Permalink
    Definition Classes
    Grid
  34. def interpretAs(newCellType: CellType): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def isNoDataTile: Boolean

    Permalink
    Definition Classes
    Tile
  37. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  38. def map(f: (Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  39. macro def map(f: (Int, Int, Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    MappableTile
  40. def mapDouble(f: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  41. macro def mapDouble(f: (Int, Int, Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    MappableTile
  42. def mapDoubleMapper(mapper: DoubleTileMapper): Tile

    Permalink
    Definition Classes
    DelegatingTile → MacroMappableTile
  43. def mapIfSet(f: (Int) ⇒ Int): Tile

    Permalink
    Definition Classes
    Tile
  44. def mapIfSetDouble(f: (Double) ⇒ Double): Tile

    Permalink
    Definition Classes
    Tile
  45. def mapIntMapper(mapper: IntTileMapper): Tile

    Permalink
    Definition Classes
    DelegatingTile → MacroMappableTile
  46. def mapTile(f: (Tile) ⇒ Tile): ProjectedRasterTile

    Permalink
    Definition Classes
    ProjectedRasterTile
  47. def mutable: MutableArrayTile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. def normalize(oldMin: Double, oldMax: Double, newMin: Double, newMax: Double): Tile

    Permalink
    Definition Classes
    Tile
  50. def normalize(oldMin: Int, oldMax: Int, newMin: Int, newMax: Int): Tile

    Permalink
    Definition Classes
    Tile
  51. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  53. def projectedExtent: ProjectedExtent

    Permalink
    Definition Classes
    ProjectedRasterTile
  54. def projectedRaster: ProjectedRaster[Tile]

    Permalink
    Definition Classes
    ProjectedRasterTile
  55. def rescale(newMin: Double, newMax: Double): Tile

    Permalink
    Definition Classes
    Tile
  56. def rescale(newMin: Int, newMax: Int): Tile

    Permalink
    Definition Classes
    Tile
  57. def rows: Int

    Permalink
    Definition Classes
    DelegatingTile → Grid
  58. def size: Int

    Permalink
    Definition Classes
    Grid
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  60. val t: Tile

    Permalink
  61. def toArray(): Array[Int]

    Permalink
    Definition Classes
    DelegatingTile → Tile
  62. def toArrayDouble(): Array[Double]

    Permalink
    Definition Classes
    DelegatingTile → Tile
  63. def toArrayTile(): ArrayTile

    Permalink
    Definition Classes
    DelegatingTile → Tile
  64. def toBytes(): Array[Byte]

    Permalink
    Definition Classes
    DelegatingTile → Tile
  65. def toString(): String

    Permalink
    Definition Classes
    ConcreteProjectedRasterTile → AnyRef → Any
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def withNoData(noDataValue: Option[Double]): Tile

    Permalink
    Definition Classes
    DelegatingTile → Tile

Inherited from Product

Inherited from Equals

Inherited from ProjectedRasterTile

Inherited from ProjectedRasterLike

Inherited from FixedDelegatingTile

Inherited from DelegatingTile

Inherited from Tile

Inherited from LazyLogging

Inherited from MappableTile[Tile]

Inherited from MacroMappableTile[Tile]

Inherited from IterableTile

Inherited from MacroIterableTile

Inherited from CellGrid

Inherited from Grid

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped