Schema
Owner
postgres
Descriptions
There is no description for function st_3dlength_spheroid
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
sql |
Parameters |
public.geometry public.spheroid |
Definition
CREATE OR REPLACE FUNCTION public.st_3dlength_spheroid (
public.geometry,
public.spheroid
)
RETURNS double precision AS
$span$
SELECT public._postgis_deprecate('ST_3DLength_Spheroid', 'ST_LengthSpheroid', '2.2.0');
SELECT public.ST_LengthSpheroid($1,$2);
$span$
LANGUAGE 'sql'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23 |