type property

String type
final

The type for this property.

According to the OGC API - Features - Part 3: Filtering standard a type SHOULD be one of the following:

  • string (string or temporal properties)
  • number / integer (numeric properties)
  • boolean (boolean properties)
  • array (array properties)

In practise different OGC API Features implementations seem also to use different specifiers for types.

Implementation

final String type;