FME Version
Files
-
- 5 MB
- Download
Introduction
Representation of 3D Data in the FME Data Inspector
The FME Data Inspector or Visual Preview within FME Workbench provides a powerful tool with which to read and inspect 3D data. It not only renders 3D data, but also exposes the richness of the attribute and geometry structures so that you can explore every component of it. The FME Data Inspector will display some things differently in 2D vs 3D. For example, rasters can only be displayed in 2D unless they are draped on a surface in which case they will show up in 3D mode.
Considerations
It should be noted that the way FME renders 3D data may vary significantly from how it may appear in other viewers. So it is important to include the desired destination application when evaluating FME results. Also, by its nature, 3D rendering is a processing and memory intensive task. As such, there may be datasets that can be processed by FME but not displayed. If you are opening a large dataset, it’s generally a good idea to only select a few layers at a time and zoom into an area of interest rather than trying to render the whole model at once.
Examples
To see how FME handles a variety of 3D datasets, download the datasets below and try opening any of them in FME Data Inspector.
Step-By-Step Instructions
1. Start FME Data Inspector
Download the source data from the Files section and start up FME Data Inspector.
2. Open a Dataset
You can add your datasets by selecting the first yellow folder icon on the top left ribbon, or going to File > Open Dataset.
3. Select the Format and Dataset
Choose a dataset to view and press OK. For example:
Format: ASPRS Lidar Data Exchange Format (LAS)
Dataset: Downloads\source_data1\LAS.las
You can select multiple datasets at the same time by pressing and holding the Ctrl key while selecting, or you can add another dataset to the current view by clicking the folder icon with a plus sign. Add the rest of the datasets that you wish to display to your view.
4. Explore Your Data
When working with 3D data, here are some quick tools and navigation tips:
- Press and hold the mouse wheel to pan in orbit mode or just click with selected
- Make sure you have the Lock the Current View in 3D selected to view in 3D
- Toggle this icon if you would like to lock your view in 2D
It’s good practice to visualize and explore your data before beginning your workspace when you can. The inspector provides valuable information about features, including feature type, coordinate system, dimension, extents, and attributes, among other useful tools.
Validation of 3D data
It’s always a good idea to make sure you have valid input data before you attempt a translation. This is particularly true for 3D data, given the potential complexities. The GeometryValidator provides a set of tests for 2D geometries like lines and polygons, and 3D geometries like surfaces and solids. In general, it is recommended to check for a small number of issues at a time, and use several GeometryValidators in a series to identify invalid features more easily. See the How to Make a 3D Globe from 2D Vector Data tutorial for a GeometryValidator example.
Comments
0 comments
Please sign in to leave a comment.