IsLessThanOrEqual class
Checks to see if one value is less than or equal to another.
- Extends
Constructors
| Is |
Checks to see if one value is less than or equal to another. |
Methods
| to |
Generates an XML version of the filter. |
Constructor Details
IsLessThanOrEqual(PropertyName | Literal | Filter, PropertyName | Literal | Filter, BinaryComparisonOptions)
Checks to see if one value is less than or equal to another.
new IsLessThanOrEqual(value1: PropertyName | Literal | Filter, value2: PropertyName | Literal | Filter, options?: BinaryComparisonOptions)
Parameters
- value1
The first value to compare.
- value2
The second value to compare.
- options
- BinaryComparisonOptions
Options for the comparison.
Method Details
toXml(string)
Generates an XML version of the filter.
function toXml(version?: string)
Parameters
- version
-
string
The WFS service version.
Returns
string