geotrellis

spark

package spark

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. spark
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BoundRasterRDDQuery[K] extends AnyRef

    Wrapper for RasterRDDQuery that binds it to some function that is able to produce a RasterRDD.

  2. trait Boundable[K] extends Serializable

    This type class marks K as point that can be bounded in space.

  3. type ComponentLens[K, C] = PLens[K, K, C, C]

  4. trait IdentityComponent[K] extends KeyComponent[K, K]

  5. case class KeyBounds[K](minKey: K, maxKey: K) extends Product with Serializable

  6. trait KeyComponent[K, C] extends Serializable

  7. case class LayerId(name: String, zoom: Int) extends Product with Serializable

    Identifies a Layer by it's name and zoom level

  8. implicit class MakeRasterRDD[K] extends AnyRef

  9. implicit class RDDTraversableExtensions[K] extends AnyRef

  10. case class RasterMetaData(cellType: CellType, extent: Extent, crs: CRS, tileLayout: TileLayout) extends Product with Serializable

  11. class RasterRDD[K] extends RDD[(K, Tile)]

  12. trait RasterRDDFilter[K, F, T] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  13. trait RasterRDDMethods[K] extends AnyRef

  14. class RasterRDDQuery[K] extends AnyRef

    Accumulation of RasterRDDFilters that will be asked to filter layer KeyBounds

  15. trait RasterRDDSeqMethods[K] extends AnyRef

  16. case class SpaceTimeKey(col: Int, row: Int, time: DateTime) extends Product with Serializable

  17. type SpatialComponent[K] = KeyComponent[K, SpatialKey]

  18. implicit class SpatialComponentWrapper[K] extends AnyRef

  19. case class SpatialKey(col: Int, row: Int) extends Product2[Int, Int] with Product with Serializable

    A SpatialKey designates the spatial positioning of a layer's tile.

  20. trait SpatialRasterRDDMethods extends AnyRef

  21. implicit class TemporalCompenentWrapper[K] extends AnyRef

  22. type TemporalComponent[K] = KeyComponent[K, TemporalKey]

  23. case class TemporalKey(time: com.github.nscala_time.time.Imports.DateTime) extends Product with Serializable

    A TemporalKey designates the temporal positioning of a layer's tile.

  24. type TileBounds = GridBounds

  25. implicit class TileTuple[K] extends AnyRef

    Keeps with the convention while still using simple tups, nice

  26. implicit class toPipe[A] extends AnyRef

  27. implicit class toPipe2[A, B] extends AnyRef

  28. implicit class toPipe3[A, B, C] extends AnyRef

  29. implicit class toPipe4[A, B, C, D] extends AnyRef

Value Members

  1. object Between

  2. object Intersects

  3. object KeyBounds extends Serializable

  4. object LayerId extends Serializable

  5. object RasterMetaData extends Serializable

  6. object RasterRDD extends Serializable

  7. object RasterRDDFilter

  8. object SpaceTimeKey extends Serializable

  9. object SpatialKey extends Serializable

  10. object TemporalKey extends Serializable

  11. def asRasterRDD[K](metaData: RasterMetaData)(f: ⇒ RDD[(K, Tile)])(implicit arg0: ClassTag[K]): RasterRDD[K]

  12. package etl

  13. package ingest

  14. package io

  15. package op

  16. package tiling

    This package is concerned with translation of coordinates or extents between:

  17. package utils

Inherited from AnyRef

Inherited from Any

Ungrouped