Package org.geotools.process.gs

Gathers up processes for the "gs" GeoSpatial factory; most of these have been back ported from GeoServer for wider use. The "gs" namespace allows us to preserve backwards compatibility.

This package defines a "marker" interface that is expected to be used in Spring in order to round up all the implementations. We may do the same in GeoTools using Factory SPI.

Code example:

 import org.geotools.process.factory.DescribeParameter;
 import org.geotools.process.factory.DescribeProcess;
 import org.geotools.process.factory.DescribeResult;
 import org.geotools.process.gs.GeoServerProcess;
 import org.geotools.process.gs.WrappingIterator;
 
Author:
Jody Garnett - LISAsoft, Andrea Aime - OpenGeo