|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
GSProcess | Deprecated. Not longer needed. |
Class Summary | |
---|---|
WrappingIterator | An iterator wrapping a SimpleFeatureIterator and exposing its close method. |
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;
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |