Show / Hide Table of Contents

    Class CompassDatum

    Inheritance
    System.Object
    Datum
    CompassDatum
    Implements
    ICompassDatum
    IDatum
    Inherited Members
    Datum.FromJSON(String)
    Datum.GetJSON(AnonymizedJsonContractResolver, Boolean)
    Datum.GetHashCode()
    Datum.Equals(Object)
    Datum.Id
    Datum.DeviceId
    Datum.Timestamp
    Datum.ProtocolId
    Datum.Anonymized
    Datum.BuildId
    Datum.ParticipantId
    Datum.DeviceManufacturer
    Datum.DeviceModel
    Datum.OperatingSystem
    Datum.TaggedEventId
    Datum.TaggedEventTags
    Datum.SensingAgentStateDescription
    Datum.LocalOffsetFromUTC
    Namespace: Sensus.Probes.Location
    Assembly: SensusAndroid.dll
    Syntax
    public class CompassDatum : Datum, ICompassDatum, IDatum

    Constructors

    CompassDatum(DateTimeOffset, Double)

    Declaration
    public CompassDatum(DateTimeOffset timestamp, double heading)
    Parameters
    Type Name Description
    System.DateTimeOffset timestamp
    System.Double heading

    Properties

    DisplayDetail

    Declaration
    public override string DisplayDetail { get; }
    Property Value
    Type Description
    System.String
    Overrides
    Datum.DisplayDetail

    Heading

    Declaration
    [DoubleProbeTriggerProperty]
    [Anonymizable]
    public double Heading { get; set; }
    Property Value
    Type Description
    System.Double

    StringPlaceholderValue

    Gets the string placeholder value, which is the compass heading.

    Declaration
    public override object StringPlaceholderValue { get; }
    Property Value
    Type Description
    System.Object

    The string placeholder value.

    Overrides
    Datum.StringPlaceholderValue

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    Datum.ToString()

    Implements

    ICompassDatum
    IDatum
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX