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