Expand description

Helper types that represent return types of spatial functions

See also: the functions module.

All contained types are also reexported in the dsl module

Type Definitions

The return type of MBRContains(…)

The return type of MBRCoveredBy(…)

The return type of MBRCovers(…)

The return type of MBRDisjoint(…)

The return type of MBREquals(…)

The return type of MBROverlaps(…)

The return type of MBRTouches(…)

The return type of MBRWithin(…)

The return type of ST_Area(…)

The return type of ST_Buffer(…)

The return type of ST_Buffer_1(…)

The return type of ST_Buffer_2(…)

The return type of ST_Buffer_3(…)

The return type of ST_Centroid(…)

The return type of ST_Collect(…)

The return type of ST_Contains(…)

The return type of ST_Crosses(…)

The return type of ST_Dimension(…)

The return type of ST_Disjoint(…)

The return type of ST_Distance(…)

The return type of ST_EndPoint(…)

The return type of ST_Envelope(…)

The return type of ST_Equals(…)

The return type of ST_GeometryN(…)

The return type of ST_IsClosed(…)

The return type of ST_IsEmpty(…)

The return type of ST_IsSimple(…)

The return type of ST_IsValid(…)

The return type of ST_Latitude(…)

The return type of ST_Length(…)

The return type of ST_Longitude(…)

The return type of ST_NumPoints(…)

The return type of ST_Overlaps(…)

The return type of ST_PointN(…)

The return type of ST_SRID(…)

The return type of ST_SRID_2(…)

The return type of ST_Touches(…)

The return type of ST_Transform(…)

The return type of ST_Union(…)

The return type of ST_Validate(…)

The return type of ST_Within(…)

The return type of ST_X(…)

The return type of ST_X_2(…)

The return type of ST_Y(…)

The return type of ST_Y_2(…)