public interface IDmsCoordinate| 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. |
| ToDmsString | Gets the string representation of this IDmsCoordinate in degrees, minutes, and seconds. |