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 ThreadPoolProcessExecutor.submit(Process task, java.util.Map<java.lang.String,java.lang.Object> input)
           
 Progress ProcessExecutor.submit(Process task, java.util.Map<java.lang.String,java.lang.Object> input)
          Submits a process for execution and returns a Progress representing the pending results of the task.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.