org.geotools.process.impl
Class AbstractProcess
Object
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
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
factory
protected ProcessFactory factory
AbstractProcess
protected AbstractProcess(ProcessFactory factory)
Copyright © 1996-2014 Geotools. All Rights Reserved.