Skip to main content
Solved

DWG to Feature Class

  • March 9, 2017
  • 4 replies
  • 23 views

Forum|alt.badge.img

Hi,

I have scoured the knowledge base, YouTube etc. and I can't find an answer to my question. I have a DWG file that contains polygons and associated labels. I would like to be able to make the labels attributes of a file geodatabase feature class. From my searching I've found spatial filter but not all of the label points are located in the polygon in question. Below is one of the relevant screenshots. I only need the Dev Parcel and not the area.

Thank you.

Best answer by itay

you can use the neighbourfinder to associate the label points that are not in the polygons

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • Best Answer
  • March 9, 2017

you can use the neighbourfinder to associate the label points that are not in the polygons


daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • March 9, 2017

You can also find a few more tips for associating labels with their features in this webinar:

http://www.safe.com/webinars/5-tips-for-integrating-cad-data-with-esri-arcgis/


mark2atsafe
Safer
Forum|alt.badge.img+59

you can use the neighbourfinder to associate the label points that are not in the polygons

Yes. Check out this exercise in the FME training course.

 

It grabs labels and attaches the info as an attribute onto contour features using the NeighborFinder

 

 


jneujens
Forum|alt.badge.img
  • March 13, 2017

The screenshot is missing? I am curious to see an example to give more detailed advice?