Seemingly simple question: I have a KMZ file with mesh objects in its placemark folder, I need to get these written to a shapefile. Any ideas? I tried a GeometryCoercer, no luck.
Solved
Turning a mesh into a polygon
Best answer by takashi
Hi @redgeographics, the data contains a feature which has a MultiSurface geometry consisting of two Mesh geometries. A possible way is:
- Deaggregator: MultiSurface -> individual Meshes
- GeometryCoercer (Geometry Type: fme_composite_surface): Meshes -> CompositeSurfaces
- GeometryPartExtractor: Extract polygon parts from the CompositeSurfaces, with this setting.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.