default
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
st_intersection(geography, geography)
Description
args: geogA, geogB - Computes a geometry representing the shared portion of geometries A and B.
Parameters
Name
Type
Mode
geography
IN
geography
IN
Definition
SELECT public.geography(public.ST_Transform(public.ST_Intersection(public.ST_Transform(public.geometry($1), public._ST_BestSRID($1, $2)), public.ST_Transform(public.geometry($2), public._ST_BestSRID($1, $2))), public.ST_SRID($1)))