Schema
public
Owner
albenard
Descriptions
There is no description for function st_length2dspheroid
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
c |
Parameters |
public.geometry public.spheroid |
Definition
CREATE OR REPLACE FUNCTION public.st_length2dspheroid (
public.geometry,
public.spheroid
)
RETURNS double precision AS
'$libdir/postgis-2.3', 'LWGEOM_length2d_ellipsoid'
LANGUAGE 'c'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 500;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |