Uses of Interface
org.geotools.process.ProcessFactory

Packages that use ProcessFactory
org.geotools.process Define a Process API used to wrap up processes for reuse. 
org.geotools.process.factory   
org.geotools.process.feature   
org.geotools.process.impl Class to help developers implement additional Processes. 
org.geotools.swing.process GUI components for running GeoTools processes. 
 

Uses of ProcessFactory in org.geotools.process
 

Methods in org.geotools.process that return ProcessFactory
static ProcessFactory Processors.createProcessFactory(Name name)
          Look up a Factory by name of a process it supports.
 

Methods in org.geotools.process that return types with arguments of type ProcessFactory
static Set<ProcessFactory> Processors.getProcessFactories()
          Set of available ProcessFactory; each of which is responsible for one or more processes.
 

Methods in org.geotools.process with parameters of type ProcessFactory
static void Processors.addProcessFactory(ProcessFactory factory)
          Dynamically register a new process factory into SPI
static void Processors.removeProcessFactory(ProcessFactory factory)
          Dynamically removes a process factory from SPI.
 

Uses of ProcessFactory in org.geotools.process.factory
 

Classes in org.geotools.process.factory that implement ProcessFactory
 class AnnotatedBeanProcessFactory
          Annotation driven process factory; used to wrap up a bunch of Java beans as a single Process Factory.
 class AnnotationDrivenProcessFactory
          A process factory that uses annotations to determine much of the metadata needed to describe a Process.
 class StaticMethodsProcessFactory<T>
          Grabbed from Geotools and generalized a bit, should go back into GeoTools once improved enough.
 

Uses of ProcessFactory in org.geotools.process.feature
 

Classes in org.geotools.process.feature that implement ProcessFactory
 class AbstractFeatureCollectionProcessFactory
          Base class for process factories which perform an operation on each feature in a feature collection.
 class FeatureToFeatureProcessFactory
          Base class for process factories which perform an operation on each feature in a feature collection with the result being a feature collection (the original collection modified or a new collection).
 

Uses of ProcessFactory in org.geotools.process.impl
 

Classes in org.geotools.process.impl that implement ProcessFactory
 class SingleProcessFactory
          Helper class for a process factory that will return just a single process
 

Fields in org.geotools.process.impl declared as ProcessFactory
protected  ProcessFactory AbstractProcess.factory
           
 

Constructors in org.geotools.process.impl with parameters of type ProcessFactory
AbstractProcess(ProcessFactory factory)
           
SimpleProcess(ProcessFactory factory)
           
 

Uses of ProcessFactory in org.geotools.swing.process
 

Methods in org.geotools.swing.process that return ProcessFactory
 ProcessFactory ProcessParameterPage.getProcessFactory()
           
 

Methods in org.geotools.swing.process with parameters of type ProcessFactory
 void ProcessParameterPage.setProcessFactory(ProcessFactory factory)
           
 

Constructors in org.geotools.swing.process with parameters of type ProcessFactory
ProcessParameterPage(ProcessFactory factory)
           
ProcessParameterPage(ProcessFactory factory, Map<String,Object> input)
           
ProcessRunPage(ProcessFactory factory)
           
ProcessRunPage(ProcessFactory factory, Map<String,Object> params)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.