Skip to main content
Question

Création fichier DXF dans FME

  • October 11, 2024
  • 5 replies
  • 41 views

kanteyemaodo
Contributor
Forum|alt.badge.img+5

fichier cadastre à fissionner dans FME 

hello ! j’ai 3 couches shapefile 
-bâtiments
-parcelles
-limites communes
je veux les fusionner pour avoir un seul fichier dxf (Microstation).

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+62

cadastre file to split in FME

hello! I have 3 shapefile layers
-buildings
-plots
-common boundaries
I want to merge them to have a single dxf file (Microstation).

One way to do this:

  • Creator to initiate proces.
  • FeatureReader to read the shapefiles.
  • FeatureWriter to write the dxf.

kanteyemaodo
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • October 11, 2024

FeatureReader or reader ?


tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • October 11, 2024

Take what you want. It’s doesn’t matter here.

A DWGStyler is maybe helpfull.


nielsgerrits
VIP
Forum|alt.badge.img+62

FeatureReader or reader ?

I think the FeatureReader is way more intuitive than a Reader, so if you are learning I would advise that.


jkr_wrk
Influencer
Forum|alt.badge.img+35
  • October 11, 2024

FeatureReader or reader ?

I think the FeatureReader is way more intuitive than a Reader, so if you are learning I would advise that.

 

If you get used to the FeatureReader, you don't ever want to go back… but a Reader would do, if you want.