MI_AggregateIntersection

Description

Returns a geometry object which represents the intersection of an aggregated set of geometry objects.

Syntax

MI_AggregateIntersection ( geometry )

Arguments

geometry is an expression which returns a geometry.

Example

Returns a geometry object which represents the intersection at the specified point, within a certain object.

select MI_AggregateIntersection([Geometry_Column]) from countries where  MI_Point(89.07083751,34.49705823,'epsg:4326') Within obj