LocationPointCovarianceExtensionLocationPointCovariance Property |
Gets or sets the description of the axes lengths and orientation of the covariance ellipsoid.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DynamicCovariance3By3 LocationPointCovariance { get; set; }
Public Property LocationPointCovariance As DynamicCovariance3By3
Get
Set
public:
virtual property DynamicCovariance3By3^ LocationPointCovariance {
DynamicCovariance3By3^ get () sealed;
void set (DynamicCovariance3By3^ value) sealed;
}
abstract LocationPointCovariance : DynamicCovariance3By3 with get, set
override LocationPointCovariance : DynamicCovariance3By3 with get, set
Property Value
Type:
DynamicCovariance3By3Implements
ILocationPointCovarianceServiceLocationPointCovarianceSee Also