geotrellis.raster.mapalgebra.local

LocalSeqMethods

trait LocalSeqMethods extends MethodExtensions[Traversable[Tile]]

Linear Supertypes
MethodExtensions[Traversable[Tile]], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LocalSeqMethods
  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

Abstract Value Members

  1. abstract def self: Traversable[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. def *(): Tile

  5. def **(): Tile

  6. def +(): Tile

  7. def -(): Tile

  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def ^(): Tile

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  19. def localAdd(): Tile

  20. def localAnd(): Tile

  21. def localDivide(): Tile

  22. def localMajority(level: Int): Tile

  23. def localMajority(): Tile

  24. def localMax(): Tile

  25. def localMaxN(n: Int): Tile

  26. def localMean(): Tile

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

  27. def localMin(): Tile

  28. def localMinN(n: Int): Tile

  29. def localMinority(level: Int): Tile

  30. def localMinority(): Tile

  31. def localMultiply(): Tile

  32. def localOr(): Tile

  33. def localPow(): Tile

  34. def localSubtract(): Tile

  35. def localVariance(): Tile

  36. def localVariety(): Tile

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

  37. def localXor(): Tile

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

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

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

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def |(): Tile

Inherited from MethodExtensions[Traversable[Tile]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped