|
| String | getURI () |
| |
| boolean | isSupported (KiWiDialect dialect) |
| | Return true if this function has available native support for the given dialect. More...
|
| |
| String | getNative (KiWiDialect dialect, String... args) |
| | Return a string representing how this GeoSPARQL function is translated into SQL ( Postgis Function ) in the given dialect. More...
|
| |
| ValueType | getReturnType () |
| | Get the return type of the function. More...
|
| |
| ValueType | getArgumentType (int arg) |
| | Get the argument type of the function for the arg'th argument (starting to count at 0). More...
|
| |
| int | getMinArgs () |
| | Return the minimum number of arguments this function requires. More...
|
| |
| int | getMaxArgs () |
| | Return the maximum number of arguments this function can take. More...
|
| |
| boolean | attribute (Geometry geom) |
| |
| Value | evaluate (ValueFactory valueFactory, Value... args) throws ValueExprEvaluationException |
| |