David, Sorry about that, I had blindly copied the initial javadoc comments, and they were incorrect. I've updated them now.
The idea is that this class is almost exactly the same as SQLEncoder, just moved to a more 'proper' package and using only the 'new' openGIS filters, rather than the old-style org.geotools filters. The old SQLEncoder class is deprecated, and the new FilterToSQL class should replace it quite cleanly. --saul -----Original Message----- From: [EMAIL PROTECTED] on behalf of Justin Deoliveira Sent: Sun 3/25/2007 9:00 PM To: David Adler Cc: [email protected] Subject: Re: [Geotools-devel] FilterToSQL status in 2.4 Hi David, The FilterToSQL class is a result of Saul's recent work to create an sql encoder that is written entirely against the geoapi interfaces. Currently only ArcSDE actually uses it. The other jdbc modules like postgis and db2 are encouraged to move to it as the old filter interfaces are to be deprecated. There has been a request to completely remove the old interfaces before 2.4 is released so it may be necessary to move to it soon. -Justin David Adler wrote: > I'm a little confused as to where this stands. > > The comments in FilterToSQL states that it has been tested for PostGIS > and MySQL but SQLEncoderPostgis still appears to be based on the old > SQLEncoder which has been deprecated in GT 2.4. > > Am I looking in the wrong place? > > David > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel -- Justin Deoliveira The Open Planning Project http://topp.openplans.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
