Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-5262] Add many spatial functions, including support for WKB …
…(well-known binary) and GeoJSON Add functions: * ST_AsBinary * ST_AsEWKT and ST_GeomFromEWKT * ST_AsGeoJSON and ST_GeomFromGeoJSON * ST_AsGML and ST_GeomFromGML * ST_AsWKB and ST_GeomFromWKB * ST_Centroid * ST_ConvexHull * ST_CoordDim * ST_Covers * ST_Difference and ST_SymDifference * ST_Dimension and ST_BoundingCircle * ST_Expand * ST_Extent * ST_ExteriorRing and ST_InteriorRing * ST_Force2D and ST_Force3D * ST_GeometryN * ST_Intersection * ST_IsClosed, ST_IsRectangle, ST_IsRing, ST_IsSimple, ST_IsValid, ST_IsEmpty * ST_LineMerge * ST_MakeEllipse and ST_MakePolygon * ST_MakeValid * ST_MinimumDiameter * ST_MinimumRectangle * ST_NumGeometries * ST_NumInteriorRing and ST_NumInteriorRings * ST_NumPoints * ST_OctagonalEnvelope * ST_PointN * ST_PointOnSurface * ST_Polygonize * ST_PrecisionReducer * ST_Relate * ST_Rotate * ST_Scale * ST_Simplify and ST_SimplifyPreserveTopology * ST_Snap * ST_SRID * ST_StartPoint and ST_EndPoint * ST_ToMultiLine and ST_ToMultiSegments * ST_ToMultiPoint * ST_Translate * ST_XMax, ST_XMin, ST_YMax, ST_YMin, ST_ZMin, ST_ZMax Improve documentation, aliases, and variable names. Set the extractOnlyPolygonal option to true in ST_Polygonize. Replace Esri by JTS in the acknowledgements. Close #2893
- Loading branch information