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

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

Hierarchy

  • olFormatFilterComparison
    • DateIsBetween

Index

Constructors

constructor

  • 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

lowerBoundary: string

upperBoundary

upperBoundary: string

Generated using TypeDoc