within

Description

Returns a boolean value indicating whether the first geometry is within the second geometry. The result is true if every point of the first geometry exists in the second geometry, and their interiors have at least 1 point in common. (e.g. The boundary of a polygon is not within the polygon.)

Messages

The following table lists the request and response messages for the within operation.

Click on a message name to get more information about the message.

Message Description
WithinRequest The request message for the within operation.
WithinResponse The response message for the within operation.