Returns the names and details of the functions
that can be applied on geometry data types.
public static getGISFunctions ( string $geom_type = null, boolean $binary = true, boolean $display = false ) : array | ||
$geom_type | string | if provided the output is limited to the functions that are applicable to the provided geometry type. |
$binary | boolean | if set to false functions that take two geometries as arguments will not be included. |
$display | boolean | if set to true separators will be added to the output array. |
return | array | names and details of the functions that can be applied on geometry data types. |