Try this two statements (assuming your point table has numerical field "join_field", and you replace table/field names with the real ones):

1st step:

Add Column "point_table" (join_field) From polygon_table Set To RowID Where Contains

2nd step:

Select max(the_field),min(the_field),avg(the_field) From point_table Group By join_field


Regards


Jaromir Svasta



On Wed, 15 Oct 2003 14:10:32 -0500, Rick Luangkhot <[EMAIL PROTECTED]> wrote:





Hello Listers,

I have point data that has water depth values. I created a thematic map
from these points. I have polygons that I would like to populate with the
values of max, min and medium of what is from the thematic map for each
enclosed polygons.


Is there any way to do this?

Thanks in advance,

Rick


--------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 8746


--------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 8752



Reply via email to