Skip to main content
Returns the closed-set spherical intersection of two Geography values. Edges are interpreted as great-circle arcs. Boundary-only intersections are retained.

Signatures

Parameters

Geography
required
The first geography.
Geography
required
The second geography.

Return type

The spherical intersection.
The output copies the first input’s SRID without transforming either input or validating that their SRIDs match.

Example