Interface EnvironmentalRecord


@UML(identifier="MI_EnvironmentalRecord", specification=ISO_19115_2) public interface EnvironmentalRecord
Information about the environmental conditions during the acquisition.
Since:
2.3
  • Method Details

    • getAverageAirTemperature

      @UML(identifier="averageAirTemperature", obligation=MANDATORY, specification=ISO_19115_2) Double getAverageAirTemperature()
      Average air temperature along the flight pass during the photo flight.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Temperature type in order to provide unit of measurement together with the value.
      Returns:
      average air temperature along the flight pass during the photo flight.
    • getMaxRelativeHumidity

      @UML(identifier="maxRelativeHumidity", obligation=MANDATORY, specification=ISO_19115_2) Double getMaxRelativeHumidity()
      Maximum relative humidity along the flight pass during the photo flight.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Dimensionless type in order to provide unit of measurement together with the value.
      Returns:
      maximum relative humidity along the flight pass during the photo flight.
    • getMaxAltitude

      Maximum altitude during the photo flight.
      Upcoming API change — units of measurement
      The return type of this method may change in GeoAPI 4.0. It may be replaced by the Length type in order to provide unit of measurement together with the value.
      Returns:
      maximum altitude during the photo flight.
    • getMeteorologicalConditions

      @UML(identifier="meteorologicalConditions", obligation=MANDATORY, specification=ISO_19115_2) InternationalString getMeteorologicalConditions()
      Meteorological conditions in the photo flight area, in particular clouds, snow and wind.
      Returns:
      meteorological conditions in the photo flight area.