geom_point_in_polygon
Determine if a point lies within a polygon using ray casting. Input coordinates to verify spatial containment for geometry applications.
Instructions
Check if a point is inside a polygon using ray casting algorithm (Domain: geometry, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | Yes | ||
| polygon | Yes |