AutoCAD Map 3D
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
*Bartleet, Sean
Spatial join
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
143 Views, 4 Replies
07-09-2002 06:32 AM
Hi,
I have two sets of points with object data. I want to join the two sets of
data based on the location of the points. As in attach some (or all) object
data from one set of points to the object data table of the other set of
points. The data to be attached should be the data from a point in the first
set that is closest to a point in the second set.
This is similar to Arcview's "spatial join" Also I would then like to be
able to draw a line between then points that have been joined.
It would also be nice to set maximum search diameter where is a point has no
data within a specified radius, no data is joined.
Any assistance would be appreciated.
Sean Bartleet
I have two sets of points with object data. I want to join the two sets of
data based on the location of the points. As in attach some (or all) object
data from one set of points to the object data table of the other set of
points. The data to be attached should be the data from a point in the first
set that is closest to a point in the second set.
This is similar to Arcview's "spatial join" Also I would then like to be
able to draw a line between then points that have been joined.
It would also be nice to set maximum search diameter where is a point has no
data within a specified radius, no data is joined.
Any assistance would be appreciated.
Sean Bartleet
Re: Spatial join
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-24-2012 10:05 AM in reply to:
*Bartleet, Sean
Hey Sean,
Did you ever figure out a solution for your problem joining object data points?
Re: Spatial join
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-24-2012 03:55 PM in reply to:
*Bartleet, Sean
- Export both layers as SDF with Object Data.
- Drag and drop both point SDF files back into your Drawing.
- Create a buffer around one of your layers to catch the other layer.
- Do an overlay and make sure you catch the points.
- Join the attributes of the overlayed points back the original.
- Re-import the final SDF as Object Data into your drawing.
Re: Spatial join
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 02:24 AM in reply to:
gluckett
gluckett
could you explain how this would find two or more points within the buffer distance and determine the closest one?
Thanks
Dave
Re: Spatial join
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-25-2012 04:54 AM in reply to:
*Bartleet, Sean
There is no nearest neighbour but you could increase your buffer sizes incrementally (unless you have SQL Server or Oracle and there are heaps of tools there)
