Boolean Operators
Boolean type operators, defined by ST_BoolOperator, are for layout.
@none– no operator defined@equ– ‘equal to’ operator, returns true if the two compared values are equal, false otherwise@gte– ‘greater than or equal to’ operator@lte– ‘less than or equal to’ operator