Module diesel_mysql_spatial::helper_types
source · [−]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_Buffer_Strategy(…)
The return type of ST_Buffer_Strategy_2(…)
The return type of ST_Centroid(…)
The return type of ST_Collect(…)
The return type of ST_Contains(…)
The return type of ST_ConvexHull(…)
The return type of ST_Crosses(…)
The return type of ST_Difference(…)
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_ExteriorRing(…)
The return type of ST_GeometryN(…)
The return type of ST_GeometryType(…)
The return type of ST_InteriorRingN(…)
The return type of ST_Intersection(…)
The return type of ST_Intersects(…)
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_Latitude_2(…)
The return type of ST_Length(…)
The return type of ST_LineInterpolatePoint(…)
The return type of ST_LineInterpolatePoints(…)
The return type of ST_Longitude(…)
The return type of ST_Longitude_2(…)
The return type of ST_NumGeometries(…)
The return type of ST_NumInteriorRings(…)
The return type of ST_NumPoints(…)
The return type of ST_Overlaps(…)
The return type of ST_PointAtDistance(…)
The return type of ST_PointN(…)
The return type of ST_SRID(…)
The return type of ST_SRID_2(…)
The return type of ST_StartPoint(…)
The return type of ST_SymDifference(…)
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(…)