Class/Object

org.locationtech.rasterframes.tiles

ProjectedRasterTile

Related Docs: object ProjectedRasterTile | package tiles

Permalink

abstract class ProjectedRasterTile extends DelegatingTile with ProjectedRasterLike

A Tile that's also like a ProjectedRaster, with delayed evaluation support.

Since

9/5/18

Linear Supertypes
ProjectedRasterLike, DelegatingTile, Tile, MappableTile[Tile], MacroMappableTile[Tile], IterableTile, MacroIterableTile, CellGrid[Int], Grid[Int], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectedRasterTile
  2. ProjectedRasterLike
  3. DelegatingTile
  4. Tile
  5. MappableTile
  6. MacroMappableTile
  7. IterableTile
  8. MacroIterableTile
  9. CellGrid
  10. Grid
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProjectedRasterTile()

    Permalink

Abstract Value Members

  1. abstract def crs: CRS

    Permalink
  2. abstract def delegate: Tile

    Permalink
    Attributes
    protected
    Definition Classes
    DelegatingTile
  3. abstract def extent: Extent

    Permalink

Concrete 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
    DelegatingTile → Tile
  9. def combineDouble(r2: Tile)(f: (Double, Double) ⇒ Double): Tile

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

    Permalink
    Definition Classes
    DelegatingTile → Tile
  11. def dimensions: Dimensions[Int]

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DelegatingTile → Tile
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def interpretAs(newCellType: CellType): Tile

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

    Permalink
    Definition Classes
    Any
  34. def isNoDataTile: Boolean

    Permalink
    Definition Classes
    Tile
  35. def map(f: (Int) ⇒ Int): Tile

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

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

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

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

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

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

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

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

    Permalink
  44. def mutable: MutableArrayTile

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def projectedExtent: ProjectedExtent

    Permalink
  51. def projectedRaster: ProjectedRaster[Tile]

    Permalink
  52. def rescale(newMin: Double, newMax: Double): Tile

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

    Permalink
    Definition Classes
    Tile
  54. def rows: Int

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

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

    Permalink
    Definition Classes
    AnyRef
  57. def toArray(): Array[Int]

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

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

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

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

    Permalink
    Definition Classes
    DelegatingTile → AnyRef → Any
  62. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    DelegatingTile → Tile

Inherited from ProjectedRasterLike

Inherited from DelegatingTile

Inherited from Tile

Inherited from MappableTile[Tile]

Inherited from MacroMappableTile[Tile]

Inherited from IterableTile

Inherited from MacroIterableTile

Inherited from CellGrid[Int]

Inherited from Grid[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped