Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WhereClause

The WhereClause is used to extract the features that meet a specified condition by parsing the provided results in to a value.

Read more...

Hierarchy

  • WhereClause

Index

Properties

fieldNames

fieldNames: string[]

An array of the field names used in the where clause.

Read more...

Readonly isStandardized

isStandardized: boolean

Returns true if the parsed where clause meets the requirements of standardized sql.

Read more...

Methods

calculateValue

  • calculateValue(feature: any): any
  • Executes the where clause against a feature to generate a value.

    Read more...

    Parameters

    • feature: any

    Returns any

testFeature

  • testFeature(feature: any): boolean
  • Tests the attributes of a feature against the whereClause, and returns true if the test passes, false otherwise.

    Read more...

    Parameters

    • feature: any

    Returns boolean

Generated using TypeDoc