Interface EnvironmentalRecord

    • Method Detail

      • 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

        @UML(identifier="maxAltitude",
             obligation=MANDATORY,
             specification=ISO_19115_2)
        Double 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.