Show / Hide Table of Contents

    Class LongitudeParticipantOffsetGpsAnonymizer

    Anonymizer that operates by adding a random offset to the longitude of a GPS coordinate pair. The offset is chosen to be participant- specific. Thus, the resulting coordinates are only meaningful relative to other coordinates within a single participant's data set. They have no meaning in absolute terms, and they have no meaning relative to other participants' data.

    Inheritance
    System.Object
    Anonymizer
    LongitudeOffsetGpsAnonymizer
    LongitudeParticipantOffsetGpsAnonymizer
    Inherited Members
    LongitudeOffsetGpsAnonymizer.GetOffset(Random)
    LongitudeOffsetGpsAnonymizer.Apply(Object, Protocol)
    Anonymizer.Equals(Object)
    Anonymizer.GetHashCode()
    Namespace: Sensus.Anonymization.Anonymizers
    Assembly: SensusAndroid.dll
    Syntax
    public class LongitudeParticipantOffsetGpsAnonymizer : LongitudeOffsetGpsAnonymizer

    Constructors

    LongitudeParticipantOffsetGpsAnonymizer()

    Declaration
    public LongitudeParticipantOffsetGpsAnonymizer()

    Properties

    DisplayText

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

    Methods

    GetOffset(Protocol)

    Declaration
    protected override double GetOffset(Protocol protocol)
    Parameters
    Type Name Description
    Protocol protocol
    Returns
    Type Description
    System.Double
    Overrides
    LongitudeOffsetGpsAnonymizer.GetOffset(Protocol)
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX