ST_PointInsideCircle — 测试点几何图形是否位于由圆心和半径定义的圆内。
boolean
ST_PointInsideCircle
(
geometry
a_point
, float
center_x
, float
center_y
, float
radius
)
;
如果几何是点并且位于圆心的圆内,则返回True
center_x
,
center_y
和半径
radius
。
![]() |
|
不使用空间索引。使用 ST_DWithin 取而代之的是。 |
可用性:1.2
已更改:2.2.0在以前的版本中,这称为ST_Point_Inside_Circle