GnssAntennaInfo.SphericalCorrections.GetCorrectionUncertaintiesArray Method

Definition

Array representing uncertainty on corrections on a spherical mapping.

[Android.Runtime.Register("getCorrectionUncertaintiesArray", "()[[D", "", ApiSince=30)]
public double[][] GetCorrectionUncertaintiesArray ();
[<Android.Runtime.Register("getCorrectionUncertaintiesArray", "()[[D", "", ApiSince=30)>]
member this.GetCorrectionUncertaintiesArray : unit -> double[][]

Returns

Double[][]
Attributes

Remarks

Array representing uncertainty on corrections on a spherical mapping.

Each row (major indices) represents a fixed theta. The first row corresponds to a theta angle of 0 degrees. The last row corresponds to a theta angle of (360 - deltaTheta) degrees, where deltaTheta is the regular spacing between azimuthal angles, i.e., deltaTheta = 360 / (number of rows).

The columns (minor indices) represent fixed zenith angles, beginning at 0 degrees and ending at 180 degrees. They are separated by deltaPhi, the regular spacing between zenith angles, i.e., deltaPhi = 180 / (number of columns - 1).

Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionUncertaintiesArray().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to