Skip to main content

@mapgear/geoapps > OperatorType

OperatorType enum

Operator types for filters

Signature:
export declare enum OperatorType 

Enumeration Members

MemberValueDescription
"<"2Greater than
">"1Smaller than
BEGIN7Begins with
BETWEEN3Between
BOOL13Is a boolean value
CONTAINS11Contains
EMPTY15Is empty
END9Ends with
EQUALS0Equals
NOTBEGIN8Does not begin with
NOTBOOL14Is not a boolean value
NOTCONTAINS12Does not contain
NOTEMPTY16Is not empty
NOTEND10Does not end with
NOTEQUALS4Does not equal
NOTNULL6Is not a NULL-value
NULL5Is a NULL-value