onboardapi  9.10.0
by Rheinmetall
M_VideoMetadata::LocationTruncationPack Struct Reference

Location Truncation Pack from Video Moving Target Indicator and Track Metadata (MISB ST 0903.4) More...

Public Member Functions

 LocationTruncationPack ()
 
 LocationTruncationPack (M_Common::DoubleOptionalType const &Latitude, M_Common::DoubleOptionalType const &Longitude, M_Common::DoubleOptionalType const &Height, M_Common::DoubleOptionalType const &SigmaEast, M_Common::DoubleOptionalType const &SigmaNorth, M_Common::DoubleOptionalType const &SigmaUp, M_Common::DoubleOptionalType const &RhoEastNorth, M_Common::DoubleOptionalType const &RhoEastUp, M_Common::DoubleOptionalType const &RhoNorthUp)
 

Public Attributes

M_Common::DoubleOptionalType Latitude
 
M_Common::DoubleOptionalType Longitude
 
M_Common::DoubleOptionalType Height
 
M_Common::DoubleOptionalType SigmaEast
 
M_Common::DoubleOptionalType SigmaNorth
 
M_Common::DoubleOptionalType SigmaUp
 
M_Common::DoubleOptionalType RhoEastNorth
 
M_Common::DoubleOptionalType RhoEastUp
 
M_Common::DoubleOptionalType RhoNorthUp
 

Detailed Description

Location Truncation Pack from Video Moving Target Indicator and Track Metadata (MISB ST 0903.4)

Constructor & Destructor Documentation

◆ LocationTruncationPack() [1/2]

M_VideoMetadata::LocationTruncationPack::LocationTruncationPack ( )

◆ LocationTruncationPack() [2/2]

M_VideoMetadata::LocationTruncationPack::LocationTruncationPack ( M_Common::DoubleOptionalType const &  Latitude,
M_Common::DoubleOptionalType const &  Longitude,
M_Common::DoubleOptionalType const &  Height,
M_Common::DoubleOptionalType const &  SigmaEast,
M_Common::DoubleOptionalType const &  SigmaNorth,
M_Common::DoubleOptionalType const &  SigmaUp,
M_Common::DoubleOptionalType const &  RhoEastNorth,
M_Common::DoubleOptionalType const &  RhoEastUp,
M_Common::DoubleOptionalType const &  RhoNorthUp 
)

Member Data Documentation

◆ Height

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::Height

Tag N/A Height of a point in meters above the WGS84 Ellipsoid (HAE). For expressing standard deviations, correlation coefficients, velocity, and acceleration, the point represents the origin of a local tangential East- North-Up (ENU) coordinate system. In Meters

◆ Latitude

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::Latitude

Tag N/A Latitude in degrees of a point with respect to the WGS84 datum. For expressing standard deviations, correlation coefficients, velocity, and acceleration, the point represents the origin of a local tangential East- North-Up (ENU) coordinate system In Degrees

◆ Longitude

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::Longitude

Tag N/A Longitude in degrees of a point with respect to the WGS84 datum. For expressing standard deviations, correlation coefficients, velocity, and acceleration, the point represents the origin of a local tangential East- North-Up (ENU) coordinate system. In Degrees

◆ RhoEastNorth

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::RhoEastNorth

Tag N/A Correlation coefficient between the East and North components.

◆ RhoEastUp

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::RhoEastUp

Tag N/A Correlation coefficient between East and Up components of error.

◆ RhoNorthUp

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::RhoNorthUp

Tag N/A Correlation coefficient between North and Up components of error.

◆ SigmaEast

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::SigmaEast

Tag N/A Standard deviation of the location of the point with respect to the ENU coordinate system East axis In Meters

◆ SigmaNorth

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::SigmaNorth

Tag N/A Standard deviation of the location of the point with respect to the ENU coordinate system North axis. In Meters

◆ SigmaUp

M_Common::DoubleOptionalType M_VideoMetadata::LocationTruncationPack::SigmaUp

Tag N/A Standard deviation of the location of the point with respect to the ENU coordinate system Up axis. In Meters