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