btw I guess this means that it would be better that arcsde makes its own fresh FilterCapabilities instead of inheriting the one from SQLEncoder...
On Thursday 03 August 2006 23:48, Saul Farber wrote: > On lines 184 and 185 in SQLEncoder.java are the following lines > (revision 20608...head on the 2.2.x branch). > > capabilities.addType((long) 12345); > capabilities.addType((long) -12345); > > > These lines caused the arcsde module's SQLEncoderSDE class (which > inherits the base-class createFilterCapabilities method) to act > incorrectly, as the bitmask for supported filters was set to accept BBOX > filters. > > > Are these lines intentional? Commenting them out fixed my problem, and > they don't make a whole lot of sense to me at first glance. > > > --saul > > ------------------------------------------------------------------------- > 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 -- Gabriel Roldán ([EMAIL PROTECTED]) Axios Engineering (http://www.axios.es) Tel. +34 944 41 63 84 Fax. +34 944 41 64 90 ------------------------------------------------------------------------- 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
