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