Restore geotools FilterFactory
------------------------------
Key: GEOT-3056
URL: http://jira.codehaus.org/browse/GEOT-3056
Project: GeoTools
Issue Type: Improvement
Affects Versions: 2.7-M0
Reporter: Jody Garnett
Assignee: Jody Garnett
Apparently one of the things that confuses people during the tutorials is the
presence of FilterFactory2. While I am cool with the use of a "2" (indicating
we did not get it right the first time) apparently this is something that
should be fixed.
So here is a plan:
- org.geotools.filter.FilterFactory has been deprecated since 2.3
- remove the methods, leaving it as a pure implementation of FilterFactory2
- undeprecate org.geotools.filter.FilterFactory and document it as our take on
things (since that is what it is - since doubt FilterFactory2 will be left as
is in geoapi)
Here is what the code should look like at the end of the day:
{code}
package org.geotools.filter;
interface FilterFactory extends org.opengis.filter.FilterFactory2 {
}
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel