Greetings,

While working on the Ingres JDBC driver a couple of things I've been 
wondering about:
The FilterToSql class encodes the WHERE clause of SQL if I'm correct, is 
this the class that gets used for FilterFactory filters? For example the 
sort method of FilterFactory, if it's not working properly is there a 
method I should overwrite in any of my classes?
Next, one test fails because the Geometry.getUserData() returns null and 
not a CoordinateReferenceSystem even though I have implemented createCRS 
and getGeometrySRID and these two are functioning properly. Is there a 
reason why a Geometry would "forget" about it's CRS? The only issue I've 
been able to track down is something like this:
FINER: GEOMETRYCOLLECTION (POINT (1 1)) is not of type 
com.vividsolutions.jts.geom.GeometryCollection, attempting conversion

Any help would be greatly appreciated thank you!

-- 
Alex
http://bit.ly/geodb


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to