NodeBearing(IGeoLocatable, IGeoLocatable) Method
Gets the directional bearing from one
Node
to another.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static Direction Bearing(
IGeoLocatable origin,
IGeoLocatable destination
)
- origin IGeoLocatable
- The Node from which to find the bearing.
- destination IGeoLocatable
- The Node to which to find the bearing.
DirectionThe
Direction from
origin to
destination.
The
Elevation is not considered in the calculation.