Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DateIsBetween

classdesc

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

Hierarchy

  • Comparison
    • DateIsBetween

Index

Constructors

Methods

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

Methods

getTagName

  • getTagName(): string
  • The XML tag name for a filter.

    Returns string

    Name.

Generated using TypeDoc