ST_PointN—返回几何图形中第一个LineString或圆形LineString中的第N个点。 ST_Points—返回包含几何图形所有坐标的MultiPoint。 ST_StartPoint—返回LineString的第一个点。 ST_Summary—返回几何内容的文本摘要。 ST_X—返回点的X坐标。 ST_Y—返回点的Y坐标。 ST_Z—返回点的Z坐标。 ST_Zmflag—返回指示几...
box2dST_Expand(box2d g1, float units_to_expand); box3dST_Expand(box3d g1, float units_to_expand); 注意事项:1.5.0版本距离类型用double precision 替换 float4 。二维使用多于三维。PostGIS版本小于1.2中,用ST_DWithin。 示例SQL: SELECT CAST(ST_Expand(ST_GeomFromText('LINESTRING(2312980 110676,...
ST_AddPoint—将点添加到LineString。 ST_CollectionExtract—给定(多)几何,返回仅由指定类型的元素组成的(多)几何。 ST_CollectionHomogenize—给定几何集合,返回内容的“最简单”表示形式。 ST_CurveToLine—将包含曲线的几何转换为线性几何。 ST_FlipCoordinates—返回X和Y轴已翻转的几何版本。 ST_Force2D—将几何...
ST_DistanceSphere— Returns minimum distance in meters between two lon/lat geometries using a spherical earth model. ST_DistanceSpheroid—使用球状地球模型返回两个lon / lat几何之间的最小距离。 ST_DistanceSpheroid— Returns the minimum distance between two lon/lat geometries using a spheroidal earth mo...
-- Create geometry index that will check proximity limit of user to tower CREATE INDEX ON broadcasting_towers using gist (geom); -- Create geometry index that will check proximity limit of tower to user CREATE INDEX ON broadcasting_towers using gist (ST_Expand(geom, sending_range)); -- ...
name = 'Broad St' AND streets.geom && ST_Expand(subways.geom, 200) -- Magic number: 200m ORDER BY ST_Distance(streets.geom, subways.geom) ASC LIMIT 1; 这种方法的问题在于200米这个神奇的数字,如果在200米内没有道路呢?我们可能不会得出结果:因为虽然总会有一个近邻要素,但它可能不在200米之内...
请参见Envelope.html。如果有这个矩形,则可以用给定的左和右值展开它。参见函数ST_ExpandExpand.html ...
扩大几何对象ST_expand(geometry, float) 计算一个空间表的边界范围ST_estimated_extent([schema], table, geocolumn) 获得空间参考ST_find_srid(, , ) 几何对象使用的内存大小,单位byte ST_mem_size(geometry) 点是否在圆上ST_point_inside_circle(,,,) 获取边界的X、Y、Z ST_XMin(box3d) ST_YMin(box...
扩大几何对象ST_expand(geometry, float) 计算一个空间表的边界范围ST_estimated_extent([schema], table, geocolumn) 获得空间参考ST_find_srid(, , ) 几何对象使用的内存大小,单位byte ST_mem_size(geometry) 点是否在圆上ST_point_inside_circle(,,,) 获取边界的X、Y、Z ST_XMin(box3d) ST_YMin(box...
扩大几何对象 ST_expand(geometry, float) 计算一个空间表的边界范围 ST_estimated_extent([schema], table, geocolumn) 获得空间参考 ST_find_srid(, , ) 几何对象使用的内存大小,单位byte ST_mem_size(geometry) 点是否在圆上 ST_point_inside_circle(,,,) ...