Options
All
  • Public
  • Public/Protected
  • All
Menu
classdesc

Represents a <PropertyIsBetween> temporal comparison operator, suitable for QGIS server that does not support <During>.

Hierarchy

  • Comparison
    • DateIsBetween

Index

Constructors

  • new DateIsBetween(propertyName: string, lowerBoundary: string, upperBoundary: string): DateIsBetween
  • Parameters

    • propertyName: string

      Name of the context property to compare.

    • lowerBoundary: string

      The lower bound of the range.

    • upperBoundary: string

      The upper bound of the range.

    Returns DateIsBetween

Properties

lowerBoundary: string
upperBoundary: string

Generated using TypeDoc