Preparing search index...
The search index is not available
rvgeo
rvgeo
pointInMBR
Function pointInMBR
point
InMBR
(
point
,
mbr
)
:
boolean
判断点是否在 MBR 内(默认情况)
Parameters
point
:
[
number
,
number
]
点
mbr
:
MBR
最小外包矩形
Returns
boolean
返回是否在 MBR 内 在则返回 true 不在则返回 false
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
rvgeo
colorListType
stretchType
Circle
Delaunator
Dijkstra
Evented
Geometry
GeometryCollection
Grid
LineString
MultiLineString
MultiPoint
MultiPolygon
Point
Polygon
QuadTree
Voronoi
CRS
GeoJSONFeature
GeoJSONFeatureCollection
GeoJSONGeometry
Loading...
Generated using
TypeDoc
判断点是否在 MBR 内(默认情况)