logicalXor method
- BooleanFieldFunction otherField
Composes a function that indicates if, point-wise, either this function's field result or another are true, but not both.
The function result has no data where either of the given fields has no data.
The function result extent is the intersection of the extents of the given fields.
The spatial reference of both fields must be equivalent.
Parameters:
otherField— Another boolean field function.
Return Value: A function that indicates if either this function's field result or another are true, but not both.