Schema
public
Owner
albenard
Descriptions
There is no description for function st_locate_along_measure
Options
Option | Value |
---|---|
Returns |
public.geometry |
Language |
sql |
Parameters |
public.geometry double precision |
Definition
CREATE OR REPLACE FUNCTION public.st_locate_along_measure (
public.geometry,
double precision
)
RETURNS public.geometry AS
$span$
SELECT public.ST_locate_between_measures($1, $2, $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 26/02/2014 11:51 |