geoSatelliteInfo QML Value Type
geoSatelliteInfo 유형은 위성에 대한 기본 정보를 나타냅니다. 자세히...
Import Statement: | import QtPositioning |
Since: | Qt 6.5 |
속성
- satelliteIdentifier : int
- satelliteSystem : enumeration
- signalStrength : real
방법
- real attribute(Attribute attr)
- bool hasAttribute(Attribute attr)
상세 설명
이 유형은 QGeoSatelliteInfo 의 QML 표현입니다. 이 유형은 QML에서 생성할 수 없으며 SatelliteSource 에서 위성 업데이트를 처리할 때만 사용할 수 있습니다.
이 유형에는 satelliteSystem
, satelliteIdentifier
및 signalStrength
읽기 전용 속성과 선택적 속성이 포함되어 있습니다.
속성의 존재 여부를 확인하려면 hasAttribute 메서드를 사용하고, 값을 가져오려면 attribute 메서드를 사용합니다.
QGeoSatelliteInfo도 참조하세요 .
속성 문서
satelliteIdentifier : int |
위성 식별자 번호를 보유합니다.
위성 식별자 번호는 위성 시스템 내에서 위성을 식별하는 데 사용할 수 있습니다.
실제 값은 플랫폼과 선택한 백엔드에 따라 다를 수 있습니다.
satelliteSystem : enumeration |
위성의 GNSS 시스템을 보유합니다.
상수 | 설명 |
---|---|
GeoSatelliteInfo.Undefined | 정의되지 않았습니다. |
GeoSatelliteInfo.GPS | 글로벌 포지셔닝 시스템(미국)입니다. |
GeoSatelliteInfo.GLONASS | 글로벌 포지셔닝 시스템(러시아)입니다. |
GeoSatelliteInfo.GALILEO | 글로벌 내비게이션 위성 시스템(EU). |
GeoSatelliteInfo.BEIDOU | 베이더우 항법 위성 시스템(중국). |
GeoSatelliteInfo.QZSS | 준천정위성 시스템(일본). |
GeoSatelliteInfo.Multiple | 이 유형은 일반적으로 여러 위성 시스템을 지원하는 장치에서 정보를 수신하고 위성 시스템이 명시적으로 지정되지 않았음을 나타냅니다. |
GeoSatelliteInfo.CustomType | 사용자 목적으로 사용할 수 있는 첫 번째 유형입니다. |
signalStrength : real |
신호 강도를 데시벨 단위로 표시합니다.
메서드 문서
real attribute(Attribute attr) |
attr 또는 값이 설정되지 않은 경우 -1 속성의 값을 반환합니다.
지원되는 속성은 다음과 같습니다:
GeoSatelliteInfo.Elevation
- 위성의 고도(도 단위).GeoSatelliteInfo.Azimuth
- 진북에 대한 방위각, 도 단위.
bool hasAttribute(Attribute attr) |
위성 정보에 attr 속성이 포함된 경우 true
을 반환합니다. 그렇지 않으면 false
을 반환합니다.
지원되는 속성 목록은 attribute()를 참조하세요.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.