• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Map 3D

    Reply
    *Bartleet, Sean

    Spatial join

    141 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
    Please use plain text.
    Contributor
    DENNISTHIESSEN7722
    Posts: 11
    Registered: ‎05-17-2011

    Re: Spatial join

    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?

    Please use plain text.
    Mentor
    Posts: 242
    Registered: ‎10-10-2003

    Re: Spatial join

    04-24-2012 03:55 PM in reply to: *Bartleet, Sean
    1. Export both layers as SDF with Object Data.
    2. Drag and drop both point SDF files back into your Drawing.
    3. Create a buffer around one of your layers to catch the other layer.
    4. Do an overlay and make sure you catch the points.
    5. Join the attributes of the overlayed points back the original.
    6. Re-import the final SDF as Object Data into your drawing.

     

     

    Please use plain text.
    Valued Mentor
    Posts: 311
    Registered: ‎03-24-2004

    Re: Spatial join

    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

    Please use plain text.
    Mentor
    Posts: 242
    Registered: ‎10-10-2003

    Re: Spatial join

    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)

    Please use plain text.