org.geotools.process.impl
Class AbstractProcess

java.lang.Object
  extended by org.geotools.process.impl.AbstractProcess
All Implemented Interfaces:
Process
Direct Known Subclasses:
AbstractFeatureCollectionProcess, FeatureBufferProcess, RasterToVectorProcess, SimpleProcess, WPSProcess

public abstract class AbstractProcess
extends java.lang.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.process.Process
execute
 

Field Detail

factory

protected ProcessFactory factory
Constructor Detail

AbstractProcess

protected AbstractProcess(ProcessFactory factory)


Copyright © 1996-2010 Geotools. All Rights Reserved.