12.17.7 Geometry Property Functions几何特性函数

12.17.7.1 General Geometry Property Functions一般几何特性函数
12.17.7.2 Point Property Functions点特性函数
12.17.7.3 LineString and MultiLineString Property FunctionsLineString和MultiLineString属性函数
12.17.7.4 Polygon and MultiPolygon Property Functions多边形和多边形属性函数
12.17.7.5 GeometryCollection Property FunctionsGeometryCollection属性函数

Each function that belongs to this group takes a geometry value as its argument and returns some quantitative or qualitative property of the geometry. 属于此组的每个函数都将一个几何值作为其参数,并返回几何体的一些定量或定性属性。Some functions restrict their argument type. 有些函数限制其参数类型。Such functions return NULL if the argument is of an incorrect geometry type. 如果参数的几何体类型不正确,则此类函数返回NULLFor example, the ST_Area() polygon function returns NULL if the object type is neither Polygon nor MultiPolygon.例如,如果对象类型既不是Polygon,也不是MultiPolygon,则ST_Area()多边形函数将返回NULL

12.17.7.1 General Geometry Property Functions
12.17.7.2 Point Property Functions
12.17.7.3 LineString and MultiLineString Property Functions
12.17.7.4 Polygon and MultiPolygon Property Functions
12.17.7.5 GeometryCollection Property Functions