In MS/SQL I have a table with multiple geometry fields. When using a FeatureReader, how can I designate which geometry column to read ?
Solved
How to read one geometry from multi-geometry table ?
Best answer by david_r
I believe you'll have to check the option "Handle multiple spatial columns" on the reader. You can then select the geometry column by filtering on the traits in the resulting aggregate, see also the documentation:
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.