rsgb
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_transform(geom geometry, to_proj text)
Parameters
Name
Type
Mode
geom
geometry
IN
to_proj
text
IN
Definition
SELECT public.postgis_transform_geometry($1, proj4text, $2, 0) FROM spatial_ref_sys WHERE srid=public.ST_SRID($1);