org.geotools.process.literal
Class FeatureBufferProcess

java.lang.Object
  extended by org.geotools.process.impl.AbstractProcess
      extended by 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

Field Summary
 
Fields inherited from class org.geotools.process.impl.AbstractProcess
factory
 
Constructor Summary
FeatureBufferProcess(FeatureBufferFactory factory)
           
 
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
 

Constructor Detail

FeatureBufferProcess

public FeatureBufferProcess(FeatureBufferFactory factory)
Method Detail

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 process
monitor - 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.