Uses of Class
org.apache.sis.internal.processing.image.TiledProcess.Task
Packages that use TiledProcess.Task
-
Uses of TiledProcess.Task in org.apache.sis.internal.processing.image
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.