PHP 클래스 Horde_Service_Weather_Current_Metar, horde

Responsible for parsing encoded METAR text and presenting human readable weather data. Parsing code adapted from PEAR's Services_Weather_Metar class. Original phpdoc attributes as follows:
저자: Alexander Wirtz ([email protected])
저자: Michael J Rubinsky ([email protected])
상속: extends Horde_Service_Weather_Current_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_map

공개 메소드들

메소드 설명
__get ( $property )
getRawData ( ) : array Compatibility layer for old PEAR/Services_Weather data.

메소드 상세

__get() 공개 메소드

public __get ( $property )

getRawData() 공개 메소드

Compatibility layer for old PEAR/Services_Weather data.
public getRawData ( ) : array
리턴 array The raw parsed data array - keyed by descriptors that are compatible with PEAR/Services_Weather. The following keys may be returned: - station: - dataRaw: - update: - updateRaw: - wind: - windDegrees: - windDirection: - windGust: - windVariability: - visibility: - visQualifier: - clouds: - amount - height - type - temperature - dewpoint - humidity - felttemperature - pressure - trend - type - from - to - at - remark - autostation - seapressure - presschg - snowdepth - snowequiv - cloudtypes - sunduration - 1hrtemp - 1hrdew - 6hmaxtemp - 6hmintemp - 24hmaxtemp - 24hmintemp - 3hpresstrend - nospeci - sensors - maintain - precipitation - amount - hours

프로퍼티 상세

$_map 보호되어 있는 프로퍼티

protected $_map