geotrellis.raster.op.tiles

ThroughputLimitedReducer1

trait ThroughputLimitedReducer1[C] extends Op[C]

Linear Supertypes
Operation[C], Product, Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ThroughputLimitedReducer1
  2. Operation
  3. Product
  4. Equals
  5. AnyRef
  6. 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

Type Members

  1. type Args = List[Any]

    Definition Classes
    Operation
  2. abstract type B

  3. type Steps = PartialFunction[Any, StepOutput[C]]

    Definition Classes
    Operation

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Definition Classes
    Equals
  2. abstract def mapper(r: Op[Raster]): Op[List[B]]

  3. abstract def productArity: Int

    Definition Classes
    Product
  4. abstract def productElement(n: Int): Any

    Definition Classes
    Product
  5. abstract val r: Op[Raster]

  6. abstract def reducer(mapResults: List[B]): C

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

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

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to ArrowAssoc[ThroughputLimitedReducer1[C]] 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[C]

    Definition Classes
    ThroughputLimitedReducer1Operation
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Definition Classes
    Operation
  12. def dispatch(dispatcher: ActorRef): DispatchedOperation[C]

    Definition Classes
    Operation
  13. def ensuring(cond: (ThroughputLimitedReducer1[C]) ⇒ Boolean, msg: ⇒ Any): ThroughputLimitedReducer1[C]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  19. def filter(f: (C) ⇒ Boolean): Operation[C]

    Definition Classes
    Operation
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flatMap[U](f: (C) ⇒ 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
  22. def foreach[U](f: (C) ⇒ 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
  23. def formatted(fmtstr: String): String

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

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

    Definition Classes
    AnyRef → Any
  26. def init(r: Raster, cropPolygon: Option[Polygon[_]]): StepOutput[C]

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. var limit: Int

  29. def loadTileExtent: Option[Op[Polygon[_]]]

  30. def map[U](f: (C) ⇒ 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
  31. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

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

    Definition Classes
    AnyRef
  33. val nextSteps: Steps

    Definition Classes
    ThroughputLimitedReducer1Operation
  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def processNextSteps(args: Args): StepOutput[C]

    Definition Classes
    Operation
  37. def productIterator: Iterator[Any]

    Definition Classes
    Product
  38. def productPrefix: String

    Definition Classes
    Product
  39. def run(context: Context): StepOutput[C]

    Execute this operation and return the result.

    Execute this operation and return the result.

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

    Definition Classes
    Operation
  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 withResult[U](f: (C) ⇒ 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
  47. def [B](y: B): (ThroughputLimitedReducer1[C], B)

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to ArrowAssoc[ThroughputLimitedReducer1[C]] 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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).canEqual(that)
    Definition Classes
    Equals
  2. val debug: Boolean

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).debug
    Definition Classes
    Operation
  3. def dispatch(dispatcher: ActorRef): DispatchedOperation[ThroughputLimitedReducer1[C]]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).dispatch(dispatcher)
    Definition Classes
    Operation
  4. def filter(f: (ThroughputLimitedReducer1[C]) ⇒ Boolean): Operation[ThroughputLimitedReducer1[C]]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).filter(f)
    Definition Classes
    Operation
  5. def flatMap[U](f: (ThroughputLimitedReducer1[C]) ⇒ 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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).flatMap(f)
    Definition Classes
    Operation
  6. def foreach[U](f: (ThroughputLimitedReducer1[C]) ⇒ 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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).foreach(f)
    Definition Classes
    Operation
  7. def map[U](f: (ThroughputLimitedReducer1[C]) ⇒ 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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).name
    Definition Classes
    Operation
  9. val nextSteps: PartialFunction[Any, StepOutput[ThroughputLimitedReducer1[C]]]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).nextSteps
    Definition Classes
    Operation
  10. def processNextSteps(args: List[Any]): StepOutput[ThroughputLimitedReducer1[C]]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).processNextSteps(args)
    Definition Classes
    Operation
  11. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).productArity
    Definition Classes
    Product
  12. def productElement(n: Int): Any

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).productElement(n)
    Definition Classes
    Product
  13. def productIterator: Iterator[Any]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).productIterator
    Definition Classes
    Product
  14. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).productPrefix
    Definition Classes
    Product
  15. def run(context: Context): StepOutput[ThroughputLimitedReducer1[C]]

    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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).run(context)
    Definition Classes
    Operation
  16. def runAsync(args: List[Any]): StepOutput[ThroughputLimitedReducer1[C]]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).runAsync(args)
    Definition Classes
    Operation
  17. val self: Any

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] 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:
    (throughputLimitedReducer1: StringAdd).self
    Definition Classes
    StringAdd
  18. val self: Any

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] 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:
    (throughputLimitedReducer1: StringFormat).self
    Definition Classes
    StringFormat
  19. def withResult[U](f: (ThroughputLimitedReducer1[C]) ⇒ 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 ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[ThroughputLimitedReducer1[C]] is in scope.
    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:
    (throughputLimitedReducer1: Operation[ThroughputLimitedReducer1[C]]).withResult(f)
    Definition Classes
    Operation

Deprecated Value Members

  1. def x: ThroughputLimitedReducer1[C]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to ArrowAssoc[ThroughputLimitedReducer1[C]] 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:
    (throughputLimitedReducer1: ArrowAssoc[ThroughputLimitedReducer1[C]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ThroughputLimitedReducer1[C]

    Implicit information
    This member is added by an implicit conversion from ThroughputLimitedReducer1[C] to Ensuring[ThroughputLimitedReducer1[C]] 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:
    (throughputLimitedReducer1: Ensuring[ThroughputLimitedReducer1[C]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Operation[C]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion implicitLiteral from ThroughputLimitedReducer1[C] to Operation[ThroughputLimitedReducer1[C]]

Inherited by implicit conversion any2stringadd from ThroughputLimitedReducer1[C] to StringAdd

Inherited by implicit conversion any2stringfmt from ThroughputLimitedReducer1[C] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ThroughputLimitedReducer1[C] to ArrowAssoc[ThroughputLimitedReducer1[C]]

Inherited by implicit conversion any2Ensuring from ThroughputLimitedReducer1[C] to Ensuring[ThroughputLimitedReducer1[C]]

Ungrouped