Table of Contents

Class TemporalCoordinate

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

A coordinate that is related to a DateTime.

public class TemporalCoordinate : Coordinate, ISimpleCoordinate, IDateTimeProvider
Inheritance
TemporalCoordinate
Implements
Inherited Members

Constructors

TemporalCoordinate()

Initializes a new instance of the TemporalCoordinate class.

public TemporalCoordinate()

TemporalCoordinate(double, double, DateTime?)

Initializes a new instance of the TemporalCoordinate class.

public TemporalCoordinate(double x, double y, DateTime? dateTime)

Parameters

x double

The longitude.

y double

The latitude.

dateTime DateTime?

The date and time.

Properties

DateTime

Gets or sets the date and time of this coordinate.

public DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTime