Remove packages GO, Layer and clean deprecated sld packages classes
Description
Environment
Activity
CodeHaus Comment From: eclesia - Time: Sun, 5 Apr 2009 06:00:55 -0500
---------------------
<p>cleaning made on revision 1378.</p>
CodeHaus Comment From: jgarnett - Time: Tue, 31 Mar 2009 16:57:59 -0500
---------------------
<p>Change rolled out from 2.2. and trunk; as noted above layer/Style should also remain in use then.</p>
CodeHaus Comment From: jgarnett - Time: Tue, 31 Mar 2009 16:11:27 -0500
---------------------
<p>In that case the Style interface would also be useful to have around; at least for 2.2.0; this interface was being used by WMS code.</p>
CodeHaus Comment From: eclesia - Time: Tue, 31 Mar 2009 13:42:21 -0500
---------------------
<p>SLD package should not be deleted completly, only the deprecated classes in it should be removed.</p>
CodeHaus Comment From: jgarnett - Time: Tue, 31 Mar 2009 09:20:45 -0500
---------------------
<p>Removed from 2.2.x as per -r1374
Removed from trunk as per -r1373</p>
This task is to clean geoapi of several old packages deprecated or related to deprecated classes.
package go is deprecated for more then a year now and OGC doesnt support this specification anymore. A candidate replacement package : display is in devlopment.
* package sld has a group of deprecated classes related to sld 1.0 specification, thoses are now obsolete and are replaced by Symbology Encoding style package
* package layer heavely depends on deprecatecated classes from go and sld, this module is not used in any project as far as I know. It should be deleted.
Before thoses cleaning tasks can be performed, some remainning dependencies in GeoTools must be removed/changed.