• Returns the area of a polygonal geometry.

    For geometry types a 2D Cartesian (planar) area is computed, with units specified by the SRID. For geography types by default area is determined on a spheroid with units in square meters.

    Parameters

    • expression: SQLWrapper

    Returns SQL<number>

Generated using TypeDoc