Trait

geotrellis.raster.mapalgebra.local

LocalSeqMethods

Related Doc: package local

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: Traversable[Tile]

    Permalink
    Definition Classes
    MethodExtensions

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(): Tile

    Permalink
  4. def **(): Tile

    Permalink
  5. def +(): Tile

    Permalink
  6. def -(): Tile

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def ^(): Tile

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  17. def localAdd(): Tile

    Permalink
  18. def localAnd(): Tile

    Permalink
  19. def localDivide(): Tile

    Permalink
  20. def localMajority(level: Int): Tile

    Permalink
  21. def localMajority(): Tile

    Permalink
  22. def localMax(): Tile

    Permalink
  23. def localMaxN(n: Int): Tile

    Permalink
  24. def localMean(): Tile

    Permalink

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

  25. def localMin(): Tile

    Permalink
  26. def localMinN(n: Int): Tile

    Permalink
  27. def localMinority(level: Int): Tile

    Permalink
  28. def localMinority(): Tile

    Permalink
  29. def localMultiply(): Tile

    Permalink
  30. def localOr(): Tile

    Permalink
  31. def localPow(): Tile

    Permalink
  32. def localSubtract(): Tile

    Permalink
  33. def localVariance(): Tile

    Permalink
  34. def localVariety(): Tile

    Permalink

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

  35. def localXor(): Tile

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

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

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

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

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

    Permalink

Inherited from MethodExtensions[Traversable[Tile]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped