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
LongitudeStudyOffsetGpsAnonymizer
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
Methods
GetOffset(Protocol)
Declaration
protected override double GetOffset(Protocol protocol)
Parameters
Returns
Type |
Description |
System.Double |
|
Overrides