Class/Object

geotrellis.store

GeoTrellisReprojectRasterSource

Related Docs: object GeoTrellisReprojectRasterSource | package store

Permalink

class GeoTrellisReprojectRasterSource extends RasterSource

Linear Supertypes
RasterSource, RasterMetadata, CellGrid[Long], Grid[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeoTrellisReprojectRasterSource
  2. RasterSource
  3. RasterMetadata
  4. CellGrid
  5. Grid
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoTrellisReprojectRasterSource(attributeStore: AttributeStore, dataPath: GeoTrellisPath, layerId: LayerId, sourceLayers: Stream[Layer], gridExtent: GridExtent[Long], crs: CRS, resampleTarget: ResampleTarget = DefaultTarget, resampleMethod: ResampleMethod = ResampleMethod.DEFAULT, strategy: OverviewStrategy = OverviewStrategy.DEFAULT, errorThreshold: Double = 0.125, time: Option[ZonedDateTime] = None, targetCellType: Option[TargetCellType])

    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. val attributeStore: AttributeStore

    Permalink
  6. def attributes: Map[String, String]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  7. def attributesForBand(band: Int): Map[String, String]

    Permalink

    GeoTrellis metadata doesn't allow to query a per band metadata by default.

    GeoTrellis metadata doesn't allow to query a per band metadata by default.

    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  8. def bandCount: Int

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  9. def cellSize: CellSize

    Permalink
    Definition Classes
    RasterMetadata
  10. def cellType: CellType

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata → CellGrid
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RasterMetadata
  13. def convert(targetCellType: TargetCellType): RasterSource

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  14. def convert(targetCellType: CellType): RasterSource

    Permalink
    Definition Classes
    RasterSource
  15. lazy val convertRaster: (Raster[MultibandTile]) ⇒ Raster[MultibandTile]

    Permalink
    Attributes
    protected
    Definition Classes
    RasterSource
  16. val crs: CRS

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  17. val dataPath: GeoTrellisPath

    Permalink
  18. def dimensions: Dimensions[Long]

    Permalink
    Definition Classes
    Grid
  19. lazy val dstCellType: Option[CellType]

    Permalink
    Attributes
    protected
    Definition Classes
    RasterSource
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. val errorThreshold: Double

    Permalink
  23. def extent: Extent

    Permalink
    Definition Classes
    RasterMetadata
  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. val gridExtent: GridExtent[Long]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def interpretAs(targetCellType: CellType): RasterSource

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

    Permalink
    Definition Classes
    Any
  30. val layerId: LayerId

    Permalink
  31. def metadata: GeoTrellisMetadata

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  32. def name: GeoTrellisPath

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def read(bounds: GridBounds[Long], bands: Seq[Int]): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  37. def read(extent: Extent, bands: Seq[Int]): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  38. def read(bands: Seq[Int]): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  39. def read(): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  40. def read(bounds: GridBounds[Long]): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  41. def read(extent: Extent): Option[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  42. def readBounds(bounds: Traversable[GridBounds[Long]], bands: Seq[Int]): Iterator[Raster[MultibandTile]]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  43. def readBounds(bounds: Traversable[GridBounds[Long]]): Iterator[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  44. def readExtents(extents: Traversable[Extent], bands: Seq[Int]): Iterator[Raster[MultibandTile]]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  45. def readExtents(extents: Traversable[Extent]): Iterator[Raster[MultibandTile]]

    Permalink
    Definition Classes
    RasterSource
  46. lazy val reader: CollectionLayerReader[LayerId]

    Permalink
  47. def reproject(targetCRS: CRS, resampleTarget: ResampleTarget, method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  48. def reprojectToGrid(targetCRS: CRS, grid: GridExtent[Long], method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  49. def reprojectToRegion(targetCRS: CRS, region: RasterExtent, method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  50. def reprojection(targetCRS: CRS, resampleTarget: ResampleTarget = DefaultTarget, method: ResampleMethod = ResampleMethod.DEFAULT, strategy: OverviewStrategy = OverviewStrategy.DEFAULT): RasterSource

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  51. def resample(resampleTarget: ResampleTarget, method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  52. def resample(targetCols: Long, targetRows: Long, method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  53. val resampleMethod: ResampleMethod

    Permalink
  54. val resampleTarget: ResampleTarget

    Permalink
  55. def resampleToGrid(grid: GridExtent[Long], method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  56. def resampleToRegion(region: GridExtent[Long], method: ResampleMethod, strategy: OverviewStrategy): RasterSource

    Permalink
    Definition Classes
    RasterSource
  57. lazy val resolutions: List[CellSize]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterMetadata
  58. def rows: Long

    Permalink
    Definition Classes
    RasterMetadata
  59. def size: Long

    Permalink
    Definition Classes
    Grid
  60. lazy val sourceLayer: Layer

    Permalink
  61. val sourceLayers: Stream[Layer]

    Permalink
  62. val strategy: OverviewStrategy

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. val targetCellType: Option[TargetCellType]

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → RasterSource
  65. val time: Option[ZonedDateTime]

    Permalink
  66. def toString(): String

    Permalink
    Definition Classes
    GeoTrellisReprojectRasterSource → AnyRef → Any
  67. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RasterSource

Inherited from RasterMetadata

Inherited from CellGrid[Long]

Inherited from Grid[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped