Geometric Functions Reference

Click Functions Geometric in the Expression Elements Menu to view available geometric functions. Use them to do the following:

The Length2D and Area2D functions perform calculations on fields in the data store. However, the results of these calculations are not saved back to the data store. These functions are available for every data provider except for raster, WFS, and WMS providers.

To use these functions, select the feature to evaluate. Then create the exact expression shown in the examples that follow. Do not replace the argument Geometry with an actual value.

Option Definition Syntax Example

LENGTH2D

Calculates the length of lines and perimeters of polygons

LENGTH2D(Geometry)

LENGTH2D(Geometry)

AREA2D

Calculates the area of a polygon

AREA2D(Geometry)

AREA2D(Geometry)