MI_MaxY
Description
Returns the maximum y value of the MBR of a geometry.
Syntax
MI_MaxY ( geometry )
Arguments
geometry is an expression which returns a geometry.
Example
Returns the maximum y value of the MBR of for the country capital located in the specified geometry.
select Country,Capital,MI_MaxY([Geometry_Column]) as MI_MaxY from countries where MI_MaxY([Geometry_Column]) in (-1046576.28669858,1613157.9334406,3841249.1128774)
Remarks
The value returned is a double and represents a value in terms of the coordinate system of the input geometry.