Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
LocationInformationDto Class Reference

Dto class coresponding to the LocationInformation class. More...

Properties

LocationTypeDto LocationType [get, set]
 
double Latitude [get, set]
 Gets or sets WGS84 latitude in decimal format More...
 
double Longitude [get, set]
 Gets or sets WGS84 longitude in decimal format More...
 
DateTimeOffset AcquisitionTime [get, set]
 Gets or sets location acquisition UTC time. More...
 
double AccuracyMeters [get, set]
 Gets or sets the estimated accuracy of the location information in positive meters. More...
 

Detailed Description

Dto class coresponding to the LocationInformation class.

<author>Veli-Mikko Puupponen</author> Stores geological location information. Contains decimal format WGS84 coordinates, UTC acquisition time, accuracy in meters and a LocationType identifying the type of the stored location information.

Property Documentation

double AccuracyMeters
getset

Gets or sets the estimated accuracy of the location information in positive meters.

DateTimeOffset AcquisitionTime
getset

Gets or sets location acquisition UTC time.

double Latitude
getset

Gets or sets WGS84 latitude in decimal format

double Longitude
getset

Gets or sets WGS84 longitude in decimal format


The documentation for this class was generated from the following file: