ILocatable Interface

Note: This API is now obsolete.
Defines the behaviors and properties of a point on earth.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
[ObsoleteAttribute("Use IGeoLocatable interface instead", true)]
public interface ILocatable

Remarks

Superseded by the IGeoLocatable interface.

Properties

Height Gets the height of the location relative to the earth's surface.
Latitude Gets the latitude of this location.
Longitude Gets the longitude of this location.

Methods

Bearing Gets the directional bearing from this ILocatable to another ILocatable
Distance Gets the distance from this ILocatable to another ILocatable

See Also