Tagged Questions
2
votes
0answers
67 views
GeoTools, add column in query with CQL
I'm trying to query the database (DataStore) and want to let the datastore calculate a value for me.
In SQL I would do it like this:
SELECT name, ST_Area(ST_Intersection(the_geom, ....) AS myValue ...
