clip method

BooleanFieldFunction clip(
  1. Envelope extent
)

Composes a function that clips this function's field result such that it does not extend beyond the provided extent.

Parameters:

  • extent — The extent to clip the field to.

Return Value: A function that clips this function's field result such that it does not extend beyond the provided extent.