org.geotools.process.impl
Class AbstractProcess

Object
  extended by AbstractProcess
All Implemented Interfaces:
Process
Direct Known Subclasses:
FeatureBufferProcess, RasterToVectorProcess, SimpleProcess, WPSProcess

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-2009 Geotools. All Rights Reserved.