-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Description
Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b).
Parameters
Name | Type | Description |
---|---|---|
feature1 | Geometry | Feature | GeoJSON Feature or Geometry |
feature2 | Geometry | Feature | GeoJSON Feature or Geometry |
Returns
boolean true/false
Metadata
Metadata
Assignees
Labels
No labels