geotrellis

Operation

abstract class Operation[+T] extends Product

Base Operation for all Trellis 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, AutomaticNormalize, BinaryDoCell, BinaryIfCell, BinaryIfElseCell, BinaryLocal, BuildColorBreaks, BuildColorMapper, CeilDouble, CeilInt, CeilRaster, ChunkRasterExtent, Collect, CollectArray, CombineExtents, Concat, CreateRaster, CropRasterExtent, CropRasterExtentByExtent, CsvIntMap, DefinedConstant, DefinedRaster, DispatchedOperation, DivideConstant, DivideConstantBy, DivideDoubleConstant, DivideDoubleConstantBy, DivideRaster, Do1, Do2, DoCell, EqualConstant1, EqualConstant2, EqualRaster, FloorDouble, FloorInt, FloorRaster, Fmap, ForEach1, ForEach2, ForEach3, Force, GetClassBreaks, GetColorBreaks, GetColorsFromPalette, GetExtent, GetHistogramArray, GetHistogramMap, GetMinMax, GetPolygonalZonalHistograms, GetRasterExtent, GetRasterExtentFromRaster, GetStandardDeviation, GetStatistics, GreaterConstant1, GreaterConstant2, GreaterOrEqualConstant1, GreaterOrEqualConstant2, GreaterOrEqualRaster, GreaterRaster, Hillshade, IfCell, IfElseCell, Intersect, InverseMask, KernelDensity, LessConstant1, LessConstant2, LessOrEqualConstant1, LessOrEqualConstant2, LessOrEqualRaster, LessRaster, Literal, LoadFile, LoadFileWithRasterExtent, LoadRaster, LoadRasterExtent, LoadRasterExtentFromFile, LoadRasterMetadataFromFile, LoadTileSet, LocalMoransI, LocalOperation, LocalQueensMoransI, LogDouble, LogInt, LogRaster, Mask, Max, MaxConstant, MaxConstant2, MaxRaster, Min, MinConstant, MinConstant2, MinMax, MinRaster, MoransI, MultiLocal, MultiLocalArray, MultiplyArray, MultiplyConstant, MultiplyConstant2, MultiplyDoubleConstant, MultiplyRasters, Negate, NotConstant, NotRaster, Op0, Op1, Op2, Op3, Op4, Op5, Op6, OperationWrapper, OrConstant1, OrConstant2, OrRaster, ParseDouble, ParseExtent, ParseInt, PolygonExtent, PowConstant, PowConstantBy, PowDoubleConstant, PowDoubleConstantBy, PowDoubles, PowInts, PowRaster, PrecomputedNormalize, Pure, QueensMoransI, RasterizeMultiPolygons, RasterizePolygon, RasterizePolygons, RasterizePolygonsWithTransform, RasterizePolygonsWithValue, ReclassifyColorsRgba, Reducer1, Reducer1, Reducer2, RenderPNG, RenderPngRgba, ResampleRaster, RoundDouble, RoundInt, RoundRaster, SimplePolygon, Split, SplitMultiPolygon, SplitOnComma, SqrtDouble, SqrtInt, SqrtRaster, SubtractConstant, SubtractConstantBy, SubtractRaster, TileHistogram, TileMax, TileMin, UndefinedConstant, UndefinedRaster, UnequalConstant1, UnequalConstant2, UnequalRaster, VerticalFlip, WritePNGFile, WritePNGFile2, XorConstant1, XorConstant2, XorRaster, ZonalHistogram
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Operation
  2. Product
  3. Equals
  4. AnyRef
  5. Any
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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): java.lang.Class[_]

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

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

    Definition Classes
    Any
  16. def name: String

    Return operation identified (class simple name).

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

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

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

    Definition Classes
    AnyRef
  20. def productIterator: Iterator[Any]

    Definition Classes
    Product
  21. def productPrefix: String

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

    Execute this operation and return the result.

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

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any