Hello,

I have a problem to get a Query with a Join working.
Example:
                    Query query = new Query("GEO_PARCEL");
                    query.setAlias("a");
                    query.setFilter(filter);
                    Join join = new Join("ADMIN_PARCEL", CQL.toFilter("a.ID = 
b.GEO_ID"));
                    join.setAlias("b");
                    query.getJoins().add(join);
                    featureCollection = featureSource.getFeatures(query);

The error says that property a/ID does not exist. The . is substituted by a / 
for some reason.

Thanks.
Ron
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to