Database reference - postgis

postgis -  functions -  public.rotate

Description

none

Function properties

namevalue
namepublic.rotate
return typepublic.geometry 
languageSQL
deterministicYES

Usage

result = public.rotate();

Code

CREATE FUNCTION rotate(geometry, double precision) RETURNS geometry
    AS $_$SELECT rotateZ($1, $2)$_$
    LANGUAGE sql IMMUTABLE STRICT;




Documentation generated by SqlSpec