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.tasks
All tasks executed in parallel threads.Methods in org.apache.sis.internal.processing.image that return TiledProcess.TaskModifier and TypeMethodDescriptionprotected abstract TiledProcess<R>.Task
TiledProcess.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 void
TiledProcess.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 class
A 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[]>.Task
Parallelized.createSubTask()
Invoked byTiledProcess
for 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 void
Parallelized.Tile.merge
(TiledProcess<Isolines[]>.Task neighbor) Invoked in a background thread for merging results of two sub-tasks.