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