Two ways depending on the complexity of the polygon(s) in the polygon table.

1. use the SQL select
        Select * from PointsTable Where obj Not Within (Select obj From PolyTable)

2. Add a column using table > update Column and add a temporary column to
the points table, get the data from the polygon table, using a join where
the obj in the points table is within the obj of the polygon table.  The
value you add is a gield in the polygon table like name.  You can then
simply select records in the popints table where the name field is blank.
(his is more useful when you wish to select points that are not within
particular categories.


Robert Crossley
Wild Lime
Suite 1, 169 Newell St
CAIRNS 4870 AUSTRALIA
www.wildlime.com
Ph: 61-7-40337644
Fax: 61-7-40337688
[EMAIL PROTECTED]

* -----Original Message-----
* From: [EMAIL PROTECTED]
* [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Heuman
* Sent: Wednesday, May 17, 2000 7:59 AM
* To: [EMAIL PROTECTED]
* Subject: MI How to Select NOT WITHIN
*
*
* Hello All,
*
* I have a polygon file (with 1 polygon) and a point file with 3000
* points.  I
* want to select all points that do not fall within the polygon.
* How do I do
* this?
*
* Thanks,
*
* Danny Heuman
* ----------------------------------------------------------------------
* To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
* "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to