AGI STK Objects 11Send comments on this topic.
IsBestNMetricSupported Method (IAgFmDefDataBestN)
See Also 
BestNMetric
Windows






Windows & Linux

Description

Is the type of Best N metric supported?

Syntax

[Visual Basic .NET]
Public Function IsBestNMetricSupported( _
   ByVal BestNMetric As AgEFmMethod _
) As Boolean
[C#]
public bool IsBestNMetricSupported(
   AgEFmMethod BestNMetric
);
[Managed C++]
public: bool IsBestNMetricSupported(
   AgEFmMethod BestNMetric
);
[Java]
public bool isBestNMetricSupported(
   AgEFmMethod BestNMetric
);
[Unmanaged C++]
public: HRESULT IsBestNMetricSupported(
   AgEFmMethod BestNMetric,
   VARIANT_BOOL * ReturnValue
);

Parameters

BestNMetric
MemberValueDescription
eGDOP0Geometric Dilution of Precision: Measures the dilution of precision for the entire navigation solution.
eHDOP1Horizontal Dilution of Precision: Measures the dilution of precision for the horizontal (latitude/longitude) components of the positional portion of the navigation solution.
eHDOP32Same as HDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
ePDOP3Position Dilution of Precision: Measures only the dilution of precision associated with the positional portion of the navigation solution.
ePDOP34Same as PDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eTDOP5Time Dilution of Precision: Measures the dilution of precision of the time portion of the navigation solution.
eVDOP6Vertical Dilution of Precision: Measures the dilution of precision for the vertical (altitude) components of the positional portion of the navigation solution.
eVDOP37Same as VDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eGACC8Geometric Accuracy: Measures the accuracy of the entire navigation solution.
eHACC9Horizontal Accuracy: Measures the accuracy for the horizontal (latitude/longitude) components of the positional portion of the navigation solution.
eHACC310Same as HACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
ePACC11Position Accuracy: Measures only the accuracy associated with the positional portion of the navigation solution.
ePACC312Same as PACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eTACC13Time Accuracy: Measures the accuracy of the time portion of the navigation solution.
eVACC14Vertical Accuracy: Measures the accuracy for the vertical (altitude) components of the positional portion of the navigation solution.
eVACC315Same as VACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eEDOP16East Dilution of Precision: Measures the dilution of precision for the east components of the positional portion of the navigation solution.
eEDOP317Same as eEDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eNDOP18North Dilution of Precision: Measures the dilution of precision for the east components of the positional portion of the navigation solution.
eNDOP319Same as eNDOP, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eEACC20East Accuracy: Measures the accuracy for the east components of the positional portion of the navigation solution.
eEACC321Same as EACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.
eNACC22North Accuracy: Measures the accuracy for the north components of the positional portion of the navigation solution.
eNACC323Same as NACC, but the DOP value is computed even if only 3 navigation sources are available, in which case the clock component is ignored.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.