Uses of Class
org.apache.sis.internal.processing.image.TiledProcess.Task
Packages that use TiledProcess.Task
Package
Description
Image processing operations.
Isolines generation.
-
Uses of TiledProcess.Task in org.apache.sis.internal.processing.image
Fields in org.apache.sis.internal.processing.image declared as TiledProcess.TaskModifier and TypeFieldDescriptionprivate final TiledProcess<R>.Task[]TiledProcess.tasksAll tasks executed in parallel threads.Methods in org.apache.sis.internal.processing.image that return TiledProcess.TaskModifier and TypeMethodDescriptionprotected abstract TiledProcess<R>.TaskTiledProcess.createSubTask()Creates a sub-task doing the computation on a sub-region of the image.Methods in org.apache.sis.internal.processing.image with parameters of type TiledProcess.TaskModifier and TypeMethodDescriptionprotected abstract voidTiledProcess.Task.merge(TiledProcess<R>.Task neighbor) Merges the result of given sub-task into this one. -
Uses of TiledProcess.Task in org.apache.sis.internal.processing.isoline
Subclasses of TiledProcess.Task in org.apache.sis.internal.processing.isolineModifier and TypeClassDescriptionprivate final classA sub-task doing isoline computation on a sub-region of the image.Methods in org.apache.sis.internal.processing.isoline that return TiledProcess.TaskModifier and TypeMethodDescriptionprotected TiledProcess<Isolines[]>.TaskParallelized.createSubTask()Invoked byTiledProcessfor creating a sub-task doing isoline computation on a sub-region of the image.Methods in org.apache.sis.internal.processing.isoline with parameters of type TiledProcess.TaskModifier and TypeMethodDescriptionprotected voidParallelized.Tile.merge(TiledProcess<Isolines[]>.Task neighbor) Invoked in a background thread for merging results of two sub-tasks.