Uses of Interface
org.geotools.process.Progress

Packages that use Progress
org.geotools.process Define a Process API used to wrap up processes for reuse. 
 

Uses of Progress in org.geotools.process
 

Classes in org.geotools.process that implement Progress
 class ProgressTask
          An implementation of the Progress interface.
 

Methods in org.geotools.process that return Progress
 Progress ProcessExecutor.submit(Process task, Map<String,Object> input)
          Submits a process for execution and returns a Progress representing the pending results of the task.
 Progress ThreadPoolProcessExecutor.submit(Process task, Map<String,Object> input)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.