NodeBearing(IGeoLocatable, IGeoLocatable) Method

Gets the directional bearing from one Node to another.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static Direction Bearing(
	IGeoLocatable origin,
	IGeoLocatable destination
)

Parameters

origin  IGeoLocatable
The Node from which to find the bearing.
destination  IGeoLocatable
The Node to which to find the bearing.

Return Value

Direction
The Direction from origin to destination.

Remarks

The Elevation is not considered in the calculation.

See Also