Show / Hide Table of Contents

    Class LongitudeStudyOffsetGpsAnonymizer

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

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

    Constructors

    LongitudeStudyOffsetGpsAnonymizer()

    Declaration
    public LongitudeStudyOffsetGpsAnonymizer()

    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