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