Provides access to members that format Latitudes and Longitudes.
The members in the ILatLonFormat interface define how the ValueToString method in the associated INumberFormat interface formats numbers.
The LatLonFormat coclass also inherits the INumericFormat interface, so both these interface's properties determine how numbers are formatted.
Use the ILatLonFormat interface to format numbers that represent a latitude or longitude.
| Description | ||
|---|---|---|
![]() |
GetDMS | Returns the degrees, minutes, and seconds for a lat/lon number. |
![]() |
IsLatitude | Indicates if a formatted number is a latitude or not. |
![]() |
ShowDirections | Indicates if a directional letter (N-S-E-W) is appended to the formatted number. |
![]() |
ShowZeroMinutes | Indicates if zero minutes are included in formatted output. |
![]() |
ShowZeroSeconds | Indicates if zero seconds are included in formatted output. |
| CoClasses and Classes | Description |
|---|---|
| LatLonFormat | An object for formatting numbers in a lat/lon format. |
IFractionFormat Interface | AngleFormat Class | IAngleFormat Interface | IPercentageFormat Interface | ICustomNumberFormat Interface | CurrencyFormat Class | LatLonFormat Class | FractionFormat Class | IRateFormat Interface | RateFormat Class | ILatLonFormat2 Interface | NumericFormat Class | CustomNumberFormat Class | INumericFormat Interface | PercentageFormat Class | IScientificNumberFormat Interface | ILatLonFormat Interface | INumberFormat Interface | ScientificFormat Class | IDMSGridLabel.LabelType Property | esriDMSGridLabelType Constants | IDMSGridLabel Interface | ILatLonFormat2 Interface | ILatLonFormat Interface