Answers for "Table Where clause in PostGIS. How do I sort out all objects that are within an polygon?" https://knowledge.safe.com/questions/64792/table-where-clause-in-postgis-how-do-i-sort-out-al.html 最新的答案问题”表clause in PostGIS. How do I sort out all objects that are within an polygon?" Answer by takashi https://knowledge.safe.com/answers/64802/view.html

Hi @flugan87, the @Value function should starts with uppercase V.

The SQLExcutor might work after correcting the function name, but I think using the FeatureReader (set 'Contain' to the Spatial Filter parameter) would be easier in this case.

Mon, 26 Feb 2018 15:34:35 GMT takashi
Answer by david_r https://knowledge.safe.com/answers/64800/view.html

Try the FeatureReader rather than the SQLExecutor. You can send the municipality polygon to the FeatureReader and it will automatically filter the features using the geometry.

Mon, 26 Feb 2018 15:28:37 GMT david_r