1、ST_OffsetCurvegeometry ST_OffsetCurve(geometry line, float signed_distance, text style_parameters='');描述:对linestring类型的处理,返回输入line在signed_distance上的偏移线,signed_distance是正数,向左偏移,负数则向右偏移。style_parameters参数中,quad_segs是近似四分之一圆的线段数,默认值是8;连接...
ST_PointN—返回几何图形中第一个LineString或圆形LineString中的第N个点。 ST_Points—返回包含几何图形所有坐标的MultiPoint。 ST_StartPoint—返回LineString的第一个点。 ST_Summary—返回几何内容的文本摘要。 ST_X—返回点的X坐标。 ST_Y—返回点的Y坐标。 ST_Z—返回点的Z坐标。 ST_Zmflag—返回指示几...
ST_PointN—返回几何图形中第一个LineString或圆形LineString中的第N个点。 ST_Points—返回包含几何图形所有坐标的MultiPoint。 ST_StartPoint—返回LineString的第一个点。 ST_Summary—返回几何内容的文本摘要。 ST_X—返回点的X坐标。 ST_Y—返回点的Y坐标。 ST_Z—返回点的Z坐标。 ST_Zmflag—返回指示几...
ST_Distance —返回两个几何或地理值之间的距离。 ST_3DDistance —以投影单位返回两个几何之间的3D笛卡尔最小距离(基于空间参考)。 ST_DistanceSphere —使用球形地球模型返回两个lon / lat几何之间的最小距离(以米为单位)。 ST_DistanceSpheroid —使用球形地球模型返回两个lon / lat几何之间的最小距离。 ST_Fr...
ST_Covers— Returns 1 (TRUE) if no point in Geometry B is outside Geometry A ST_CoveredBy—如果几何/地理A中的任何点都不在几何/地理B之外,则返回1(TRUE) ST_CoveredBy— Returns 1 (TRUE) if no point in Geometry/Geography A is outside Geometry/Geography B ...
ST_DumpRings、ST_FlipCoordinates、ST_Intersection、ST_LineToCurve、ST_MakeValid、ST_MemUnion、ST_MinimumBoundingCircle、ST_Polygonize、ST_Node、ST_OffsetCurve、ST_RemoveRepeatedPoints、ST_SharedPaths、ST_Shift_Longitude、ST_Simplify、ST_SimplifyPreserveTopology、ST_Split、ST_SymDifference、ST_Union、ST_...
ST_CurveToLine Converts a CIRCULARSTRING/CURVEPOLYGON/MULTISURFACE to a LINESTRING/POLYGON/- MULTIPOLYGON. //语法 geometry ST_CurveToLine(geometry curveGeom,floattolerance,integertolerance_type,integerflags);//示例SELECTST_AsText(ST_CurveToLine(ST_GeomFromText('CIRCULARSTRING(220268 150415,220227 ...
Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
(linestring, offset) ST_SetPoint(linestring, N, point) 几何对象类型转换 ST_Force_collection(geometry) ST_Force_2d(geometry) ST_Force_3dz(geometry), ST_Force_3d(geometry), ST_Force_3dm(geometry) ST_Force_4d(geometry) ST_Multi(geometry) 将几何对象转化到指定空间参考 ST_Transform(geometry,...
The PostGIS raster has a steep learning curve, but it opens up some unique possibilities for data analysis and accessing non-standard data from within PostgreSQL. Here's an example that shows how to access raster data from PostGIS running on Crunchy Brid