org.opengis.metadata.acquisition
Interface EnvironmentalRecord

Show UML class diagram

@UML(identifier="MI_EnvironmentalRecord",
     specification=ISO_19115_2)
public interface EnvironmentalRecord

Information about the environmental conditions during the acquisition.

Since:
GeoAPI 2.3

Method Summary
 Double getAverageAirTemperature()
          Average air temperature along the flight pass during the photo flight.
 Double getMaxAltitude()
          Maximum altitude during the photo flight.
 Double getMaxRelativeHumidity()
          Maximum relative humidity along the flight pass during the photo flight.
 InternationalString getMeteorologicalConditions()
          Meteorological conditions in the photo flight area, in particular clouds, snow and wind.
 

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.

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.

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.

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.


Copyright © 1994-2009 Open Geospatial Consortium. All Rights Reserved.