geotrellis.raster.op.zonal.summary

MinDouble

case class MinDouble[DD](r: Op[Raster], zonePolygon: Op[Polygon[DD]], tileResults: Map[RasterExtent, Double])(implicit mB: Manifest[Double], mD: Manifest[DD]) extends Op[Double] with TiledPolygonalZonalSummary[Double] with Product with Serializable

Perform a zonal summary that calculates the min of all raster cells within a geometry.

r

Raster to summarize

zonePolygon

Polygon that defines the zone

tileResults

Cached results of full tiles created by createTileResults

Linear Supertypes
Serializable, Serializable, TiledPolygonalZonalSummary[Double], ThroughputLimitedReducer1[Double], Operation[Double], Product, Equals, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MinDouble
  2. Serializable
  3. Serializable
  4. TiledPolygonalZonalSummary
  5. ThroughputLimitedReducer1
  6. Operation
  7. Product
  8. Equals
  9. AnyRef
  10. 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 MinDouble(r: Op[Raster], zonePolygon: Op[Polygon[DD]], tileResults: Map[RasterExtent, Double])(implicit mB: Manifest[Double], mD: Manifest[DD])

    r

    Raster to summarize

    zonePolygon

    Polygon that defines the zone

    tileResults

    Cached results of full tiles created by createTileResults

Type Members

  1. type Args = List[Any]

    Definition Classes
    Operation
  2. type B = Double

    Definition Classes
    MinDoubleThroughputLimitedReducer1
  3. type D = DD

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  4. type Steps = PartialFunction[Any, StepOutput[Double]]

    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 MinDouble[DD] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (MinDouble[DD], B)

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

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

    Definition Classes
    Any
  10. def canEqual(that: Any): Boolean

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] is in scope.
    Definition Classes
    Equals
  11. def clone(): AnyRef

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

    Definition Classes
    Operation
  13. def dispatch(dispatcher: ActorRef): DispatchedOperation[Double]

    Definition Classes
    Operation
  14. def ensuring(cond: (MinDouble[DD]) ⇒ Boolean, msg: ⇒ Any): MinDouble[DD]

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

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

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

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

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

    Definition Classes
    Operation
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def flatMap[U](f: (Double) ⇒ 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: (Double) ⇒ 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 MinDouble[DD] 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 handleFullTile(rOp: Op[Raster]): Operation[Double]

    Compute an intermediate product of a given raster tile (given that the entire raster is in the zone)

    Compute an intermediate product of a given raster tile (given that the entire raster is in the zone)

    returns

    intermediate product

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  26. def handleNoDataTile(): Operation[Double]

    Value to use for a raster that contains only no data cells

    Value to use for a raster that contains only no data cells

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  27. def handlePartialTileIntersection(rOp: Op[Raster], gOp: Op[Geometry[D]]): Operation[Double]

    Compute the intermediate product of a given raster tile and a polygon

    Compute the intermediate product of a given raster tile and a polygon

    returns

    intermediate product

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  28. def handlePartialTileWithIntersections(r: Op[Raster], p: Op[List[Geometry[D]]]): Op[List[B]]

    Definition Classes
    TiledPolygonalZonalSummary
  29. def init(r: Raster, cropPolygon: Option[Polygon[_]]): StepOutput[Double]

    Definition Classes
    ThroughputLimitedReducer1
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. var limit: Int

    Definition Classes
    ThroughputLimitedReducer1
  32. def loadTileExtent: Some[Op[Polygon[D]]]

  33. implicit val mB: Manifest[Double]

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  34. implicit val mD: Manifest[DD]

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  35. def map[U](f: (Double) ⇒ 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
  36. def mapper(rasterOp: Op[Raster]): Op[List[B]]

  37. def name: String

    Return operation identified (class simple name).

    Return operation identified (class simple name).

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

    Definition Classes
    AnyRef
  39. val nextSteps: Steps

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

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

    Definition Classes
    AnyRef
  42. def processNextSteps(args: Args): StepOutput[Double]

    Definition Classes
    Operation
  43. def productArity: Int

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] is in scope.
    Definition Classes
    Product
  44. def productElement(n: Int): Any

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] is in scope.
    Definition Classes
    Product
  45. def productIterator: Iterator[Any]

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] is in scope.
    Definition Classes
    Product
  46. def productPrefix: String

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] is in scope.
    Definition Classes
    Product
  47. val r: Op[Raster]

    Raster to summarize

    Raster to summarize

    Definition Classes
    MinDoubleThroughputLimitedReducer1
  48. def reducer(mapResults: List[Double]): Double

    Definition Classes
    MinDoubleThroughputLimitedReducer1
  49. def run(context: Context): StepOutput[Double]

    Execute this operation and return the result.

    Execute this operation and return the result.

    Definition Classes
    Operation
  50. def runAsync(args: Args): StepOutput[Double]

    Definition Classes
    Operation
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. val tileResults: Map[RasterExtent, Double]

    Cached results of full tiles created by createTileResults

  53. def toString(): String

    Definition Classes
    TiledPolygonalZonalSummary → AnyRef → Any
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. def withResult[U](f: (Double) ⇒ 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
  58. val zonePolygon: Op[Polygon[DD]]

    Polygon that defines the zone

    Polygon that defines the zone

    Definition Classes
    MinDoubleTiledPolygonalZonalSummary
  59. def [B](y: B): (MinDouble[DD], B)

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

Shadowed Implict Value Members

  1. val debug: Boolean

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] to Operation[MinDouble[DD]] performed by method implicitLiteral in geotrellis.Operation. This conversion will take place only if an implicit value of type Manifest[MinDouble[DD]] 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:
    (minDouble: Operation[MinDouble[DD]]).processNextSteps(args)
    Definition Classes
    Operation
  10. def run(context: Context): StepOutput[MinDouble[DD]]

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

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

    Implicit information
    This member is added by an implicit conversion from MinDouble[DD] 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:
    (minDouble: StringAdd).self
    Definition Classes
    StringAdd
  13. val self: Any

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

Deprecated Value Members

  1. def x: MinDouble[DD]

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MinDouble[DD]

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from TiledPolygonalZonalSummary[Double]

Inherited from ThroughputLimitedReducer1[Double]

Inherited from Operation[Double]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion implicitLiteral from MinDouble[DD] to Operation[MinDouble[DD]]

Inherited by implicit conversion any2stringadd from MinDouble[DD] to StringAdd

Inherited by implicit conversion any2stringfmt from MinDouble[DD] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from MinDouble[DD] to ArrowAssoc[MinDouble[DD]]

Inherited by implicit conversion any2Ensuring from MinDouble[DD] to Ensuring[MinDouble[DD]]

Ungrouped