A process to extract contours based on values in a specified band of the input {@linkplain GridCoverage2D}. This is a geo-spatial wrapper around the JAITools "Contour" operation (see {@linkplain ContourDescriptor} for details of the underlyingalgorithm).
You can specify the specific values for which contours will be generated, or alternatively the interval between contour values.
Contours are returned as a feature collection, where each feature has, as its default geometry, a {@linkplain LineString} for the contour ("the_geom"), and the contourvalue as the {@code Double} attribute "value".
@author Simone Giannecchini, GeoSolutions
@since 8.0
@source $URL$
@version $Id$