Skip to main content
Solved

Leica DXF to GIS feature class

  • July 30, 2014
  • 1 reply
  • 25 views

Hello,

 

 

I am working with DXF files which are outputs from Leica GPS units.  When I bring the DXF into FME as a reader it displays the point data and attributes as seperate individual features.  What is the best tranformer to use to combine these into one point feature with an attribute from each one.  My goal is to end up with a point feature in a file geodatabase.

 

 

Thanks in Advance 

 

 

     

Best answer by gio

You should check in the data inspector for a common attribute.

 

Like maybe a timestamp.

 

Such attributes are often hidden but can be expose using a attribute exposer (and probably entering it manualy)

 

 

Then u could feature merger to merge them on this attribute.

 

U can create the points with a 2D Pointreplacer using the coordinates. And even add a z value from heigth.

 

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.

1 reply

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • Best Answer
  • July 30, 2014
You should check in the data inspector for a common attribute.

 

Like maybe a timestamp.

 

Such attributes are often hidden but can be expose using a attribute exposer (and probably entering it manualy)

 

 

Then u could feature merger to merge them on this attribute.

 

U can create the points with a 2D Pointreplacer using the coordinates. And even add a z value from heigth.