I am new to ArcMap & FME. I was given a bunch of large .adf files which I need turned into elevations, even just point (x,y,z) coordinates to make a tin in Microstation. Does anybody know the correct transformer(s) to do this, or if its even possible with FME?
You have a couple of different options. Presumably the adf files in this case are ArcGIS Binary Grid (as opposed to ArcInfo coverage files). FME does have a reader for both.
Assuming it's a raster you can use a RasterCellCoercer to turn it into individual points, and a CoordinateExtractor to get the coordinate values as attributes rather than just geometry. And then write them into whatever format you want to read in Microstation (including dgn).
Alternatively you can create the tin itself in FME via the SurfaceModeller or TinGenerator transformers.
You have a couple of different options. Presumably the adf files in this case are ArcGIS Binary Grid (as opposed to ArcInfo coverage files). FME does have a reader for both.
Assuming it's a raster you can use a RasterCellCoercer to turn it into individual points, and a CoordinateExtractor to get the coordinate values as attributes rather than just geometry. And then write them into whatever format you want to read in Microstation (including dgn).
Alternatively you can create the tin itself in FME via the SurfaceModeller or TinGenerator transformers.
Personally I would either convert the raster into a (raster) format that microstation can handle or generate the tin in FME.
Personally I would either convert the raster into a (raster) format that microstation can handle or generate the tin in FME.