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).
Page 1 / 1 
    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.
 
FeatureReader or reader ?
Take what you want. It’s doesn’t matter here.
A DWGStyler is maybe helpfull.
FeatureReader or reader ?
I think the FeatureReader is way more intuitive than a Reader, so if you are learning I would advise that.
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.
⬇
