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