Example_GeoPathSample

Description

struct Tinman.Demo.Examples.Impl.Example_GeoPathSample

Full source code is included in the Tinman 3D SDK download.

A exemplary geo path sample.

Public / Constants

To​Geo​Path​Sample


[ShutdownSurvive]
public static readonly attribute ToGeoPathSample → (IGeoPathConverter<Example_GeoPathSample, GeoPathSample>)

A geo path converter to GeoPathSample.

To​Ground​Path​Sample


[ShutdownSurvive]
public static readonly attribute ToGroundPathSample → (IGeoPathConverter<Example_GeoPathSample, GroundPathSample>)

A geo path converter to GroundPathSample.

Public / Constructors

Example_​Geo​Path​Sample


public constructor Example_GeoPathSample → (4)

timestamp in : float64

See Timestamp.

latitude in : float64

See Latitude.

longitude in : float64

See Longitude.

customValue in : float64

See CustomValue.

Creates a new instance of GeoPathSample.

Public / Attributes

Custom​Value


public readonly attribute CustomValue → (float64)

Some value with GeoPathFlag.None.

Latitude


public readonly attribute Latitude → (float64)

The latitude angle, in the range [-90..90] degrees.

See also

Ellipsoid.WGS_84

Longitude


public readonly attribute Longitude → (float64)

The longitude angle, in the range [-180..180[ degrees.

See also

Ellipsoid.WGS_84

Timestamp


public readonly attribute Timestamp → (float64)

The UTC timestamp, in milli-seconds since 1900-01-01 00:00.