org.geotools.process.literal
Class FeatureBufferProcess
java.lang.Object
org.geotools.process.impl.AbstractProcess
org.geotools.process.literal.FeatureBufferProcess
- All Implemented Interfaces:
- Process
public class FeatureBufferProcess
- extends AbstractProcess
XXX Untested Buffer a Feature and return the result
- Author:
- Lucas Reed, Refractions Research Inc
Method Summary |
java.util.Map<java.lang.String,java.lang.Object> |
execute(java.util.Map<java.lang.String,java.lang.Object> input,
org.opengis.util.ProgressListener monitor)
Execute this process with the provided inputs. |
ProcessFactory |
getFactory()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureBufferProcess
public FeatureBufferProcess(FeatureBufferFactory factory)
execute
public java.util.Map<java.lang.String,java.lang.Object> execute(java.util.Map<java.lang.String,java.lang.Object> input,
org.opengis.util.ProgressListener monitor)
- Description copied from interface:
Process
- Execute this process with the provided inputs.
- Parameters:
input
- Input parameters for this processmonitor
- listener for handling the progress of the process
- Returns:
- Map of results, (@see ProcessFactory for details), or null if canceled
getFactory
public ProcessFactory getFactory()
Copyright © 1996-2010 Geotools. All Rights Reserved.