IDmsCoordinate Interface

Defines the behaviors and properties of a coordinate that can be expressed in terms of degrees, minutes, and seconds.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public interface IDmsCoordinate

Properties

Degrees Gets the integral number of degrees represented by this IDmsCoordinate.
Minutes Gets the integral number of minutes represented by this IDmsCoordinate.
Seconds Gets the number of seconds (not including Degrees or Minutes) represented by this IDmsCoordinate.
TotalDegrees Gets the total number of Degrees for this IDmsCoordinate including Minutes and Seconds.
TotalMinutes Gets the total number of Minutes for this IDmsCoordinate including Degrees and Seconds.
TotalSeconds Gets the total number of Seconds for this IDmsCoordinate including Degrees and Minutes.

Methods

ToDmsString Gets the string representation of this IDmsCoordinate in degrees, minutes, and seconds.

See Also