ObservationTypes

public class ObservationTypes

Some common observations types

http://docs.opengeospatial.org/is/15-078r6/15-078r6.html#table_12

  • Expects results in format of URLs.

    Declaration

    Swift

    public static let CATEGORY: ObservationType
  • Expects results in format of integers.

    Declaration

    Swift

    public static let COUNT: ObservationType
  • Expects results in format of doubles.

    Declaration

    Swift

    public static let MEASUREMENT: ObservationType
  • ANY

    Expects results of any type of JSON format.

    Declaration

    Swift

    public static let ANY: ObservationType
  • Expects results in format of booleans.

    Declaration

    Swift

    public static let TRUTH: ObservationType