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

Class for 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. More...

Properties

virtual LocationType LocationType [get, set]
 
int Id [get, set]
 Gets or sets the primary key identifying this location instance in the database. More...
 
int ConnectionId [get, set]
 Gets or sets the foreign key identifying the Connection database entity to which this location information is related. More...
 
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...
 
LocationType LocationType [get, set]
 Type of the location information. More...
 

Detailed Description

Class for 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.

<author>Veli-Mikko Puupponen</author>

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.

int ConnectionId
getset

Gets or sets the foreign key identifying the Connection database entity to which this location information is related.

int Id
getset

Gets or sets the primary key identifying this location instance in the database.

double Latitude
getset

Gets or sets WGS84 latitude in decimal format

Type of the location information.

double Longitude
getset

Gets or sets WGS84 longitude in decimal format


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