st_intersection(geography, geography)


Description

args: geogA, geogB - (T) Returns a geometry that represents the shared portion of geomA and geomB. The geography implementation does a transform to geometry to do the intersection and then transform back to WGS84.

Parameters

Name Type Mode
$1 USER-DEFINED IN
$2 USER-DEFINED IN

Definition