within
Name:
geom within
Description:
geom Determine if the input geometry is within the other geometry.
Arguments:
-o –otherGeometry: The other geometry
-g –geometry: The input geometry
–help: Print help message
–web-help: Open help in a web browser
Example:
geom within -g "POINT (2 2)" -o "POLYGON ((1 1, 1 10, 10 10, 10 1, 1 1))"