SatelliteListModel QML Type

An abstract list model for satellite strength, elevation, azimuth. More...

Import Statement: import ArcGIS.AppFramework.Positioning 1.0

Properties

Signals

Methods

Detailed Description

The SatelliteListModel component provides the collective information of every positioning satellite currently visible. This component can then be used to retrieve individual SatelliteInfo objects for each visible satellite.

Enumerations

SatelliteRoles enumeration

NameValue
SatelliteListModel.IdentifierRole257
SatelliteListModel.InUseRole258
SatelliteListModel.SignalStrengthRole259
SatelliteListModel.ElevationRole260
SatelliteListModel.AzimuthRole261

Property Documentation

[read-only] count : int

Returns the number of satellites in the list model.


[read-only] satelliteInfoAvailable : bool

Returns true if satellite information is currently available. Otherwise, returns false.


Signal Documentation

canProvideSatelliteInfoChanged()

Signal emitted when the ability to obtain satellite info has changed.

Note: The corresponding handler is onCanProvideSatelliteInfoChanged.


resetSatellitesInUse(QList<QGeoSatelliteInfo> inUseList)

Note: The corresponding handler is onResetSatellitesInUse.


Method Documentation

clear()


SatelliteInfo get(int index)

Returns a SatelliteInfo object for the satellite with the given index.

The index parameter

The index number of the satellite you're creating a SatelliteInfo object for. This must be a number within the range given by the count property.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close