geotrellis.spark.mapalgebra.local

LocalTileRDDSeqMethods

abstract class LocalTileRDDSeqMethods[K] extends MethodExtensions[Traversable[RDD[(K, Tile)]]]

Linear Supertypes
MethodExtensions[Traversable[RDD[(K, Tile)]]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalTileRDDSeqMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LocalTileRDDSeqMethods()(implicit arg0: ClassTag[K])

Abstract Value Members

  1. abstract def self: Traversable[RDD[(K, Tile)]]

    Definition Classes
    MethodExtensions

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def localAdd(partitioner: Option[Partitioner]): RDD[(K, Tile)]

  15. def localAdd: RDD[(K, Tile)]

  16. def localMajority(n: Int = 0, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

  17. def localMax(partitioner: Option[Partitioner]): RDD[(K, Tile)]

  18. def localMax: RDD[(K, Tile)]

  19. def localMaxN(n: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]

  20. def localMaxN(n: Int): RDD[(K, Tile)]

  21. def localMean(partitioner: Option[Partitioner]): RDD[(K, Tile)]

  22. def localMean: RDD[(K, Tile)]

    Takes the mean of the values of each cell in the set of rasters.

  23. def localMin(partitioner: Option[Partitioner]): RDD[(K, Tile)]

  24. def localMin: RDD[(K, Tile)]

  25. def localMinN(n: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]

  26. def localMinN(n: Int): RDD[(K, Tile)]

  27. def localMinority(n: Int = 0, partitioner: Option[Partitioner] = None): RDD[(K, Tile)]

  28. def localVariety(partitioner: Option[Partitioner]): RDD[(K, Tile)]

  29. def localVariety: RDD[(K, Tile)]

    Gives the count of unique values at each location in a set of Tiles.

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MethodExtensions[Traversable[RDD[(K, Tile)]]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped