org.geotools.process.impl
Class AbstractProcess

Object
  extended by AbstractProcess
All Implemented Interfaces:
Process
Direct Known Subclasses:
AbstractFeatureCollectionProcess, SimpleProcess

public abstract class AbstractProcess
extends Object
implements Process

Provide an implementation of the process method to implement your own Process.

This is a straight forward abstract process that has all the fields filled in.

Author:
gdavis

Field Summary
protected  ProcessFactory factory
           
 
Constructor Summary
protected AbstractProcess(ProcessFactory factory)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Process
execute
 

Field Detail

factory

protected ProcessFactory factory
Constructor Detail

AbstractProcess

protected AbstractProcess(ProcessFactory factory)


Copyright © 1996-2014 Geotools. All Rights Reserved.