public class DOP extends Object
Constructor and Description |
---|
DOP(GeodeticPoint location,
AbsoluteDate date,
int gnssNb,
double gdop,
double pdop,
double hdop,
double vdop,
double tdop)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AbsoluteDate |
getDate()
Gets the calculation date of the DOP.
|
double |
getGdop()
Gets the geometric dilution of precision.
|
int |
getGnssNb()
Gets the number of GNSS satellites taken into account for DOP computation.
|
double |
getHdop()
Gets the horizontal dilution of precision.
|
GeodeticPoint |
getLocation()
Gets the location with respect to the Earth where DOP was calculated.
|
double |
getPdop()
Gets the position dilution of precision.
|
double |
getTdop()
Gets the time dilution of precision.
|
double |
getVdop()
Gets the vertical dilution of precision.
|
public DOP(GeodeticPoint location, AbsoluteDate date, int gnssNb, double gdop, double pdop, double hdop, double vdop, double tdop)
location
- location with respect to the Earth where DOP was calculateddate
- date when all DOP was calculatedgnssNb
- number of GNSS satellites taken into account for DOP computationgdop
- the geometric dilution of precisionpdop
- the position dilution of precisionhdop
- the horizontal dilution of precisionvdop
- the vertical dilution of precisiontdop
- the time dilution of precisionpublic GeodeticPoint getLocation()
public AbsoluteDate getDate()
public int getGnssNb()
public double getGdop()
public double getPdop()
public double getHdop()
public double getVdop()
public double getTdop()
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.