Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ObservationTypes

Index

Constructors

constructor

Properties

Static Readonly ANY

ANY: ObservationType = "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Observation"

Expects results of any type of JSON format.

Static Readonly CATEGORY

CATEGORY: ObservationType = "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Category_Observation"

Expects results in format of URLs.

Static Readonly COUNT

COUNT: ObservationType = "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_CountObservation"

Expects results in format of integers.

Static Readonly MEASUREMENT

MEASUREMENT: ObservationType = "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_Measurement"

Expects results in format of doubles.

Static Readonly TRUTH

TRUTH: ObservationType = "http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_TruthObservation"

Expects results in format of booleans.

Generated using TypeDoc