DashDilutionOfPrecision

class DashDilutionOfPrecision(val geometric: Double?, val position: Double?, val time: Double?, val vertical: Double?, val horizontal: Double?, val northing: Double?, val easting: Double?)

Dilution of Precision (DOP) - an indicator of satellite geometry for a unique constellation of satellites used to determine a position. Positions tagged with a higher DOP value generally constitute poorer measurement results than those tagged with lower DOP.

Parameters

geometric

The geometric DOP

position

The position DOP

time

The time DOP

vertical

The vertical DOP

horizontal

The horizontal DOP

northing

The northing DOP

easting

The easting DOP

Constructors

Link copied to clipboard
constructor(geometric: Double?, position: Double?, time: Double?, vertical: Double?, horizontal: Double?, northing: Double?, easting: Double?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Double?
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String