org.deegree.wps.jts
Interface GeometryHandler
- All Known Implementing Classes:
- BufferProcesslet, CentroidProcesslet
public interface GeometryHandler
The GeometryHandler
interface establishes the contract for applying a process operation to a geometry
and parameters.
- Version:
- $Revision: 26239 $, $Date: 2010-08-30 14:04:13 +0200 (Mon, 30 Aug 2010) $
- Author:
- Andrei Ionita, last edited by: $Author: aionita $
process
Geometry process(Geometry inputGeometry,
Map<String,Object> params)
- Applies a process operation to the given geometry and parameters
- Parameters:
inputGeometry
- params
-
- Returns:
Copyright © 2011. All Rights Reserved.