I have a workspace with a single 3D model (a tree) and a point dataset of several thousand points. Is it possible to replicate the 3D model and geo-reference it for every point?
Solved
Adding a 3D model and Geo-referencing it with multiple XY points
Best answer by takashi
Hi @proudgis, a possible way I can think of is:
- CoordinateExtractor: Extract (x, y, z) for every point feature.
- FeatureMerger: Unconditionally merge the tree geometry to every point (i.e. replace all point geometries with an identical tree geometry). To do that, send the point features to the Requestor port, send the tree feature to the Supplier port, set an identical constant value (e.g. 1) to the Join On for both Requestor and Supplier, and set "Geometry" to the Feature Merge Type parameter.
- Offsetter: Move each tree to desired location based on coordinates (x, y, z) of the original point.
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.