geotrellis.raster.op.focal

CreateGaussianRaster

case class CreateGaussianRaster(size: Op[Int], cellWidth: Op[Double], sigma: Op[Double], amp: Op[Double]) extends Op4[Int, Double, Double, Double, Raster] with Product with Serializable

Creates a Gaussian raster. Can be used with the Convolve or KernelDensity operations.

size

Number of rows of the resulting raster.

cellWidth

Cell width of the resulting raster

sigma

Sigma parameter for Gaussian

amp

Amplitude for Gaussian. Will be the value at the center of the resulting raster.

Note

Raster will be TypeInt

Linear Supertypes
Serializable, Serializable, Op4[Int, Double, Double, Double, Raster], Operation[Raster], Product, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CreateGaussianRaster
  2. Serializable
  3. Serializable
  4. Op4
  5. Operation
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by implicitLiteral
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CreateGaussianRaster(size: Op[Int], cellWidth: Op[Double], sigma: Op[Double], amp: Op[Double])

    size

    Number of rows of the resulting raster.

    cellWidth

    Cell width of the resulting raster

    sigma

    Sigma parameter for Gaussian

    amp

    Amplitude for Gaussian. Will be the value at the center of the resulting raster.

Type Members

  1. type Args = List[Any]

    Definition Classes
    Operation
  2. type Steps = PartialFunction[Any, StepOutput[Raster]]

    Definition Classes
    Operation

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 +(other: String): String

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (CreateGaussianRaster, B)

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to ArrowAssoc[CreateGaussianRaster] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. def _run(context: Context): StepOutput[Raster]

    Definition Classes
    Op4Operation
  9. val amp: Op[Double]

    Amplitude for Gaussian.

    Amplitude for Gaussian. Will be the value at the center of the resulting raster.

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean

    Definition Classes
    Op4 → Equals
  12. val cellWidth: Op[Double]

    Cell width of the resulting raster

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. val debug: Boolean

    Definition Classes
    Operation
  15. def dispatch(dispatcher: ActorRef): DispatchedOperation[Raster]

    Definition Classes
    Operation
  16. def ensuring(cond: (CreateGaussianRaster) ⇒ Boolean, msg: ⇒ Any): CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Ensuring[CreateGaussianRaster] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (CreateGaussianRaster) ⇒ Boolean): CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Ensuring[CreateGaussianRaster] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Ensuring[CreateGaussianRaster] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Ensuring[CreateGaussianRaster] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def filter(f: (Raster) ⇒ Boolean): Operation[Raster]

    Definition Classes
    Operation
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def flatMap[U](f: (Raster) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Definition Classes
    Operation
  24. def foreach[U](f: (Raster) ⇒ U): Unit

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Definition Classes
    Operation
  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

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

    Definition Classes
    Any
  28. def map[U](f: (Raster) ⇒ U): Operation[U]

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Definition Classes
    Operation
  29. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Definition Classes
    Operation
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. val nextSteps: Steps

    Definition Classes
    Op4Operation
  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. def processNextSteps(args: Args): StepOutput[Raster]

    Definition Classes
    Operation
  35. def productArity: Int

    Definition Classes
    Op4 → Product
  36. def productElement(n: Int): Any

    Definition Classes
    Op4 → Product
  37. def productIterator: Iterator[Any]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Definition Classes
    Product
  38. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Definition Classes
    Product
  39. def run(context: Context): StepOutput[Raster]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Definition Classes
    Operation
  40. def runAsync(args: Args): StepOutput[Raster]

    Definition Classes
    Operation
  41. val sigma: Op[Double]

    Sigma parameter for Gaussian

  42. val size: Op[Int]

    Number of rows of the resulting raster.

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  47. def withResult[U](f: (Raster) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Same as flatMap.

    Definition Classes
    Operation
  48. def [B](y: B): (CreateGaussianRaster, B)

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to ArrowAssoc[CreateGaussianRaster] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implict Value Members

  1. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).canEqual(that)
    Definition Classes
    Equals
  2. val debug: Boolean

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).debug
    Definition Classes
    Operation
  3. def dispatch(dispatcher: ActorRef): DispatchedOperation[CreateGaussianRaster]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).dispatch(dispatcher)
    Definition Classes
    Operation
  4. def filter(f: (CreateGaussianRaster) ⇒ Boolean): Operation[CreateGaussianRaster]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).filter(f)
    Definition Classes
    Operation
  5. def flatMap[U](f: (CreateGaussianRaster) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).flatMap(f)
    Definition Classes
    Operation
  6. def foreach[U](f: (CreateGaussianRaster) ⇒ U): Unit

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Create an operation that applies the function f to the result of this operation, but returns nothing.

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).foreach(f)
    Definition Classes
    Operation
  7. def map[U](f: (CreateGaussianRaster) ⇒ U): Operation[U]

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Create a new operation that returns the result of the provided function that takes this operation's result as its argument.

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).map(f)
    Definition Classes
    Operation
  8. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).name
    Definition Classes
    Operation
  9. val nextSteps: PartialFunction[Any, StepOutput[CreateGaussianRaster]]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).nextSteps
    Definition Classes
    Operation
  10. def processNextSteps(args: List[Any]): StepOutput[CreateGaussianRaster]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).processNextSteps(args)
    Definition Classes
    Operation
  11. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).productArity
    Definition Classes
    Product
  12. def productElement(n: Int): Any

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).productElement(n)
    Definition Classes
    Product
  13. def run(context: Context): StepOutput[CreateGaussianRaster]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).run(context)
    Definition Classes
    Operation
  14. def runAsync(args: List[Any]): StepOutput[CreateGaussianRaster]

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).runAsync(args)
    Definition Classes
    Operation
  15. val self: Any

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (createGaussianRaster: StringAdd).self
    Definition Classes
    StringAdd
  16. val self: Any

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (createGaussianRaster: StringFormat).self
    Definition Classes
    StringFormat
  17. def withResult[U](f: (CreateGaussianRaster) ⇒ Operation[U]): Operation[U]

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Create a new operation with a function that takes the result of this operation and returns a new operation.

    Same as flatMap.

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Operation[CreateGaussianRaster] performed by method implicitLiteral in geotrellis.Operation.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (createGaussianRaster: Operation[CreateGaussianRaster]).withResult(f)
    Definition Classes
    Operation

Deprecated Value Members

  1. def x: CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to ArrowAssoc[CreateGaussianRaster] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (createGaussianRaster: ArrowAssoc[CreateGaussianRaster]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CreateGaussianRaster

    Implicit information
    This member is added by an implicit conversion from CreateGaussianRaster to Ensuring[CreateGaussianRaster] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (createGaussianRaster: Ensuring[CreateGaussianRaster]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Op4[Int, Double, Double, Double, Raster]

Inherited from Operation[Raster]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion implicitLiteral from CreateGaussianRaster to Operation[CreateGaussianRaster]

Inherited by implicit conversion any2stringadd from CreateGaussianRaster to StringAdd

Inherited by implicit conversion any2stringfmt from CreateGaussianRaster to StringFormat

Inherited by implicit conversion any2ArrowAssoc from CreateGaussianRaster to ArrowAssoc[CreateGaussianRaster]

Inherited by implicit conversion any2Ensuring from CreateGaussianRaster to Ensuring[CreateGaussianRaster]

Ungrouped