Hi all,
I'm very new to GIS and have a simple question about a SQL select query.
I've created a buffer zone around a line and am trying to figure out the
area of the parts of the polygons that are contained by this buffer.
I can get the table to tell me the whole area of each polygon that
touches the buffer (by using the Condition "bufferline.obj contains
forest.obj" because 'area' is a column in the 'forest' table), but I'd
like to know the area of only the small section of the polygon that is
contained by the buffer. Can someone tell me how I should fit 'area'
into this query?
Thanks,
Sarah