Creates a custom OGC function with the given name and arguments.
FilterFactory.func( "getCityName" ); Copy
FilterFactory.func( "getCityName" );
FilterFactory.func( "geometryType", FilterFactory.property( "geom" ) ); Copy
FilterFactory.func( "geometryType", FilterFactory.property( "geom" ) );
The name of a custom function
Rest
The arguments that should be passed to the function. This can be any number of OGCExpression.
The custom OGC function
Creates a custom OGC function with the given name and arguments.