geotrellis

Operation

abstract class Operation[+T] extends Product

Base Operation for all GeoTrellis functionality. All other operations must extend this trait.

Linear Supertypes
Product, Equals, AnyRef, Any
Known Subclasses
AddArray, AddConstant, AddConstant2, AddRasters, AndConstant1, AndConstant2, AndRaster, Apply, AsArray, AsArrayDouble, AsList, AsPolygonSet, Aspect, AutomaticRescale, BinaryDoCell, BinaryIfCell, BinaryIfElseCell, BinaryLocal, Buffer, BufferWithParameters, BuildColorBreaks, BuildColorMapper, CeilDouble, CeilInt, CeilRaster, ChunkRasterExtent, Collect, CollectArray, CombineExtents, CompositeOperation, Concat, Contains, ConvexHull, Convolve, Conway, CostDistance, Covers, CreateCircleRaster, CreateGaussianRaster, CreateRaster, Crop, CropRasterExtent, CropRasterExtentByExtent, CsvIntMap, DefinedConstant, DefinedRaster, DirectHillshade, Disjoint, DispatchedOperation, DivideConstant, DivideConstantBy, DivideDoubleConstant, DivideDoubleConstantBy, DivideRaster, Do1, Do2, DoCell, EqualConstant1, EqualConstant2, EqualRaster, Equals, Erase, FilterGeometry, FlattenGeometry, FloorDouble, FloorInt, FloorRaster, Fmap, FocalOp, FocalOp1, FocalOp2, FocalOp3, FocalOp4, FocalOperation, FocalOperation1, FocalOperation2, FocalOperation3, FocalOperation4, ForEach1, ForEach2, ForEach3, Force, GetArea, GetCentroid, GetClassBreaks, GetColorBreaks, GetColorsFromPalette, GetDistance, GetDoubleHistogram, GetEnvelope, GetExtent, GetHistogramArray, GetHistogramMap, GetMinMax, GetRasterExtent, GetRasterExtentFromRaster, GetStandardDeviation, GetStatistics, GetSymDifference, GreaterConstant1, GreaterConstant2, GreaterOrEqualConstant1, GreaterOrEqualConstant2, GreaterOrEqualRaster, GreaterRaster, Histogram, If, IfCell, IfElseCell, IndirectHillshade, Intersect, Intersects, InverseMask, KernelDensity, LessConstant1, LessConstant2, LessOrEqualConstant1, LessOrEqualConstant2, LessOrEqualRaster, LessRaster, Literal, LoadFile, LoadFileWithRasterExtent, LoadGeoJsonFeature, LoadRaster, LoadRasterExtent, LoadRasterExtentFromFile, LoadRasterMetadataFromFile, LoadTileSet, LoadWkt, LocalOperation, LogDouble, LogInt, LogRaster, Mask, Max, Max, Max, MaxConstant, MaxConstant2, MaxDouble, MaxRaster, Mean, Median, Min, Min, Min, MinConstant, MinConstant2, MinDouble, MinMax, MinRaster, Mode, MultiLocal, MultiLocalArray, MultiplyArray, MultiplyConstant, MultiplyConstant2, MultiplyDoubleConstant, MultiplyDoubleConstant2, MultiplyRasters, Negate, NotConstant, NotRaster, Op0, Op1, Op2, Op3, Op4, Op5, Op6, OperationWrapper, OrConstant1, OrConstant2, OrRaster, Overlaps, ParseColor, ParseDouble, ParseExtent, ParseInt, PowConstant, PowConstantBy, PowDoubleConstant, PowDoubleConstantBy, PowDoubles, PowInts, PowRaster, PrecomputedRescale, Pure, RasterMoransI, Reducer1, Reducer1, Reducer2, RenderGeoTiff, RenderPng, RenderPngRgba, ResampleRaster, RoundDouble, RoundRaster, ScalarMoransI, SimpleRenderPng, Simplify, Slope, Split, SplitOnComma, SqrtDouble, SqrtInt, SqrtRaster, StandardDeviation, SubtractConstant, SubtractConstantBy, SubtractRaster, Sum, Sum, SumDouble, ThroughputLimitedReducer1, TileFocalOp, TileHistogram, TileMax, TileMin, TiledPolygonalZonalSummary, TiledPolygonalZonalSummary, UndefinedConstant, UndefinedRaster, UnequalConstant1, UnequalConstant2, UnequalRaster, Union, VerticalFlip, WithResult, WritePng, WritePngRgba, XorConstant1, XorConstant2, XorRaster, ZonalHistogram
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Operation
  2. Product
  3. Equals
  4. AnyRef
  5. 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 Operation()

Type Members

  1. type Args = List[Any]

  2. type Steps = PartialFunction[Any, StepOutput[T]]

Abstract Value Members

  1. abstract def _run(context: Context): StepOutput[T]

    Attributes
    protected[geotrellis]
  2. abstract def canEqual(that: Any): Boolean

    Definition Classes
    Equals
  3. abstract val nextSteps: PartialFunction[Any, StepOutput[T]]

  4. abstract def productArity: Int

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

    Definition Classes
    Product

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

    Implicit information
    This member is added by an implicit conversion from Operation[T] to ArrowAssoc[Operation[T]] 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

  11. def dispatch(dispatcher: ActorRef): DispatchedOperation[T]

  12. def ensuring(cond: (Operation[T]) ⇒ Boolean, msg: ⇒ Any): Operation[T]

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

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

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

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

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

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

  19. def finalize(): Unit

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

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

  21. def foreach[U](f: (T) ⇒ U): Unit

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

  22. def formatted(fmtstr: String): String

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

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

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

    Definition Classes
    Any
  26. def map[U](f: (T) ⇒ U): Operation[U]

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

  27. def name: String

    Return operation identified (class simple name).

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def processNextSteps(args: Args): StepOutput[T]

  32. def productIterator: Iterator[Any]

    Definition Classes
    Product
  33. def productPrefix: String

    Definition Classes
    Product
  34. def run(context: Context): StepOutput[T]

    Execute this operation and return the result.

  35. def runAsync(args: Args): StepOutput[T]

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def withResult[U](f: (T) ⇒ 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.

  42. def [B](y: B): (Operation[T], B)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. def x: Operation[T]

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Operation[T]

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion any2stringadd from Operation[T] to StringAdd

Inherited by implicit conversion any2stringfmt from Operation[T] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from Operation[T] to ArrowAssoc[Operation[T]]

Inherited by implicit conversion any2Ensuring from Operation[T] to Ensuring[Operation[T]]

Ungrouped