I'm trying to make some queries using spatial functions.
When I execut them on the SQL Console, I don't have any problem, but when I write them in a Stored Procedure, or a Script Calculation View, I'm getting this error:
Syntax for Spatial Functions must be in Objective-style
So... how do I write those spatial functions in Objective-style?
Thanks in advance.