GnssAntennaInfo.SphericalCorrections.GetCorrectionUncertaintiesArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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).
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.