VisioForge (c) 2025

Search Results for

    Class MappedElementParser

    Inheritance
    object
    Element
    ElementParser
    MappedElementParser
    AirfieldBarometricPressure
    AirfieldElevation
    AlternatePlatformAltitude
    AlternatePlatformEllipsoidHeight
    AlternatePlatformEllipsoidHeightExtended
    AlternatePlatformHeading
    AlternatePlatformLatitude
    AlternatePlatformLongitude
    CornerLatitudePoint1Full
    CornerLatitudePoint2Full
    CornerLatitudePoint3Full
    CornerLatitudePoint4Full
    CornerLongitudePoint1Full
    CornerLongitudePoint2Full
    CornerLongitudePoint3Full
    CornerLongitudePoint4Full
    DensityAltitude
    DensityAltitudeExtended
    DifferentialPressure
    FrameCenterElevation
    FrameCenterHeightAboveEllipsoid
    FrameCenterLatitude
    FrameCenterLongitude
    GenericFlagData01
    GroundRange
    IcingDetected
    LaserPRFCode
    OffsetCornerLatitudePoint1
    OffsetCornerLatitudePoint2
    OffsetCornerLatitudePoint3
    OffsetCornerLatitudePoint4
    OffsetCornerLongitudePoint1
    OffsetCornerLongitudePoint2
    OffsetCornerLongitudePoint3
    OffsetCornerLongitudePoint4
    OutsideAirTemperature
    PlatformAngleOfAttack
    PlatformAngleOfAttackFull
    PlatformFuelRemaining
    PlatformGroundSpeed
    PlatformHeadingAngle
    PlatformIndicatedAirspeed
    PlatformMagneticHeading
    PlatformPitchAngle
    PlatformPitchAngleFull
    PlatformRollAngle
    PlatformRollAngleFull
    PlatformSideslipAngle
    PlatformSideslipAngleFull
    PlatformTrueAirspeed
    PlatformVerticalSpeed
    RVTLocalSet
    RelativeHumidity
    SensorEastVelocity
    SensorEllipsoidHeightConversion
    SensorEllipsoidHeightExtended
    SensorFieldOfViewName
    SensorHorizontalFieldOfView
    SensorLatitude
    SensorLongitude
    SensorNorthVelocity
    SensorRelativeAzimuthAngle
    SensorRelativeElevationAngle
    SensorRelativeRollAngle
    SensorTrueAltitude
    SensorVerticalFieldOfView
    SlantRange
    StaticPressure
    TargetErrorEstimateCE90
    TargetErrorEstimateLE90
    TargetLocationElevation
    TargetLocationLatitude
    TargetLocationLongitude
    TargetTrackGateHeight
    TargetTrackGateWidth
    TargetWidth
    TargetWidthExtended
    UASLSVersionNumber
    VMTILocalSet
    WeaponFired
    WeaponLoad
    WindDirection
    WindSpeed
    Inherited Members
    Element.Key
    Element.Value
    Element.Name
    Element.Length
    Element.Bytes()
    Element.Len()
    Element.OriginalData
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VisioForge.Core.Metadata.KLV
    Assembly: VisioForge.Core.dll
    Syntax
    public class MappedElementParser : ElementParser

    Constructors

    MappedElementParser(byte[], byte[])

    Declaration
    public MappedElementParser(byte[] key, byte[] value)
    Parameters
    Type Name Description
    byte[] key
    byte[] value

    Fields

    Domain

    Declaration
    public Tuple<double, double> Domain
    Field Value
    Type Description
    Tuple<double, double>

    Error

    Declaration
    public double? Error
    Field Value
    Type Description
    double?

    Range

    Declaration
    public Tuple<double, double> Range
    Field Value
    Type Description
    Tuple<double, double>

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    Element.ToString()