Class TripPosition
This class provides data container for trajectory in which each coordinate is associated to a
temporal reference.
Inheritance
Coordinate
TripPosition
Namespace: Mars.Core.Data.Wrapper.Memory
Assembly: Mars.Core.dll
Syntax
public class TripPosition : Coordinate
Constructors
TripPosition(Double, Double)
Declaration
public TripPosition(double longitude, double latitude)
Parameters
Type | Name | Description |
---|---|---|
System.Double | longitude | |
System.Double | latitude |
Properties
UnixTimestamp
Gets or sets the UNIX-based timestamp starting 01-01-1970
Declaration
public int UnixTimestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
This property is used to form the temporal reference within the Mars.Core.Data.Wrapper.Memory.TripsLine
applicable for