Non-Spatial Data
From Fmepedia
Non-Spatial data is data without a spatial component, such as a database.
Just because there's no geometry doesn't mean FME can't do anything with the data. There's a number of things you can do with non-spatial data in FME:
- Use it to create spatial data (e.g. 2DPointReplacer)
- Add it as attribute data to a spatial dataset (e.g. Joiner, Matcher)
- Perform all the available attribute-operations on it (e.g. ValueMapper, ExpressionEvaluator)
You can use the GeometryRemover to turn spatial data into non-spatial data.
