geotrellis.raster.op

local

package local

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

Type Members

  1. trait AddMethods extends TileMethods

  2. trait AndMethods extends TileMethods

  3. trait ConditionalMethods extends TileMethods

  4. trait DivideMethods extends TileMethods

  5. trait EqualMethods extends TileMethods

  6. trait GreaterMethods extends TileMethods

  7. trait GreaterOrEqualMethods extends TileMethods

  8. trait LessMethods extends TileMethods

  9. trait LessOrEqualMethods extends TileMethods

  10. implicit class LocalExtensions extends LocalMethods

  11. trait LocalMethods extends TileMethods with AddMethods with SubtractMethods with MultiplyMethods with DivideMethods with MinMethods with MaxMethods with AndMethods with OrMethods with XorMethods with ConditionalMethods with EqualMethods with UnequalMethods with GreaterOrEqualMethods with GreaterMethods with LessMethods with LessOrEqualMethods with MajorityMethods with MinorityMethods with PowMethods

  12. implicit class LocalSeqExtensions extends LocalSeqMethods

  13. trait LocalSeqMethods extends TileSeqMethods

  14. trait LocalTileBinaryOp extends Serializable

  15. trait LocalTileComparatorOp extends Serializable

  16. trait MajorityMethods extends TileMethods

  17. trait MaxMethods extends TileMethods

  18. trait MinMethods extends TileMethods

  19. trait MinorityMethods extends TileMethods

  20. trait MultiplyMethods extends TileMethods

  21. trait OrMethods extends TileMethods

  22. trait PowMethods extends TileMethods

  23. trait SubtractMethods extends TileMethods

  24. class TileReducer extends AnyRef

  25. trait UnequalMethods extends TileMethods

  26. trait XorMethods extends TileMethods

Value Members

  1. object Abs extends Serializable

    Operation to get the Absolute value

  2. object Acos extends Serializable

    Operation to get the arc cosine of values.

  3. object Add extends LocalTileBinaryOp

    Operation to add values.

  4. object And extends LocalTileBinaryOp

    Operation to And values.

  5. object Asin extends Serializable

    Operation to get the arc sine of values.

  6. object Atan extends Serializable

    Operation to get the Arc Tangent of values.

  7. object Atan2 extends Serializable

    Operation to get the Arc Tangent2 of values.

  8. object Ceil extends Serializable

    Operation to get the ceiling of values.

  9. object Cos extends Serializable

    Operation to get the Cosine of values.

  10. object Cosh extends Serializable

    Operation to get the hyperbolic cosine of values.

  11. object Defined extends Serializable

    Maps values to 0 if the are NoData values, otherwise 1.

  12. object Divide extends LocalTileBinaryOp

    Divides values.

  13. object Equal extends LocalTileComparatorOp

    Determines if values are equal.

  14. object Floor extends Serializable

    Operation to get the flooring of values.

  15. object Greater extends LocalTileComparatorOp

    Determines if values are greater than other values.

  16. object GreaterOrEqual extends LocalTileComparatorOp

    Determines if values are greater than or equal to other values.

  17. object IfCell extends Serializable

    Maps all cells matching cond to Int trueValue.

  18. object InverseMask extends Serializable

  19. object Less extends LocalTileComparatorOp

    Determines if values are less than other values.

  20. object LessOrEqual extends LocalTileComparatorOp

    Determines if values are less than or equal to other values.

  21. object Log extends Serializable

    Computes the Log of Tile values.

  22. object Log10 extends Serializable

    Operation to get the Log base 10 of values.

  23. object Majority extends Serializable

  24. object Mask extends Serializable

  25. object Max extends LocalTileBinaryOp

    Gets maximum values.

  26. object MaxN extends Serializable

    Implementation to find the Nth maximum element of a set of rasters for each cell.

  27. object Mean extends Serializable

    The mean of values at each location in a set of Tiles.

  28. object Min extends LocalTileBinaryOp

    Gets minimum values.

  29. object MinN extends Serializable

    Implementation to find the Nth minimum element of a set of rasters for each cell.

  30. object Minority extends Serializable

  31. object Multiply extends LocalTileBinaryOp

    Multiplies values.

  32. object Negate extends Serializable

    Negate (multiply by -1) each value in a raster.

  33. object Not extends Serializable

    Bitwise negation of Tile.

  34. object Or extends LocalTileBinaryOp

    Or's cell values of rasters or Int values.

  35. object Pow extends LocalTileBinaryOp

    Pows values.

  36. object Round extends Serializable

    Computes the Round of Tile or single values.

  37. object Sin extends Serializable

    Operation to get the sine of values.

  38. object Sinh extends Serializable

    Operation to get the sinh of values.

  39. object Sqrt extends Serializable

    Operation for taking a square root.

  40. object Subtract extends LocalTileBinaryOp

    Subtracts values.

  41. object Tan extends Serializable

    Operation to get the Tangent of values.

  42. object Tanh extends Serializable

    Operation to get the hyperbolic tangent of values.

  43. object Undefined extends Serializable

    Maps values to 1 if the are NoData values, otherwise 0.

  44. object Unequal extends LocalTileComparatorOp

    Determines if values are equal.

  45. object Variance extends Serializable

    Implements the incremental algorithm for computing the variance in one sweep.

  46. object Variety extends Serializable

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

  47. object Xor extends LocalTileBinaryOp

    Xor's cell values of rasters or Int values.

Inherited from AnyRef

Inherited from Any

Ungrouped