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