GnssAntennaInfo.SphericalCorrections.GetCorrectionsArray 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 corrections on a spherical mapping.
[Android.Runtime.Register("getCorrectionsArray", "()[[D", "", ApiSince=30)]
public double[][] GetCorrectionsArray ();
[<Android.Runtime.Register("getCorrectionsArray", "()[[D", "", ApiSince=30)>]
member this.GetCorrectionsArray : unit -> double[][]
Returns
- Attributes
Remarks
Array representing corrections on a spherical mapping. Corrections are added to measurements to obtain the corrected values.
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.getCorrectionsArray()
.
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.