Schema
Owner
wetlands
Descriptions
There is no description for function linefrommultipoint
Options
Option | Value |
|---|---|
Returns |
|
Language |
c |
Parameters |
Definition
CREATE OR REPLACE FUNCTION "public"."linefrommultipoint" ("public"."geometry") RETURNS "public"."geometry" AS
'$libdir/liblwgeom.so.1.1', 'LWGEOM_line_from_mpoint'
LANGUAGE 'c' IMMUTABLE RETURNS NULL ON NULL INPUT SECURITY INVOKER;
Pete Giencke pgiencke@glc.org |
|