geotrellis.engine

actors

package actors

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

Type Members

  1. type Callback[+T] = (List[Any]) ⇒ StepOutput[T]

    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

  2. case class EngineActor(engine: Engine) extends Actor with Product with Serializable

    Actor responsible for dispatching and executing operations.

  3. case class EngineContext(externalId: String, layerLoader: LayerLoader, engineRef: ActorRef) extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version Geotrellis Version 0.10) geotrellis-engine has been deprecated

  4. case class Run(op: Operation[_]) extends Product with Serializable

    External message to compute the given operation and return result to sender.

Inherited from AnyRef

Inherited from Any

Ungrouped