An object for formatting numbers in a lat/lon format.
Description
LatLonFormatis the ILatLonFormatinterface coclass whose members determine how the ValueToString**method in the associated INumberFormat**interface formats numbers in a _latitudinal_or _longitudinal_format.
LatLonFormatalso inherits the INumericFormatinterface, so both these interface's properties determine how numbers are formatted.
The LatLonFormat object formats numbers from decimal values to degrees, minutes, andseconds. For example, the value 55.87 would be converted to the string �55�52�12"N�.
Supported Platforms
Windows, Solaris, Linux
Interfaces
Interfaces | Description |
---|---|
IClone | Provides access to members that control cloning of objects. |
ILatLonFormat | Provides access to members that format Latitudes and Longitudes. |
ILatLonFormat2 | Provides access to members that format Latitudes and Longitudes. |
INumberFormat | Provides access to members that format numbers. |
INumberFormatOperations | Provides access to common operations on formatted numbers. |
INumericFormat | Provides access to members that format numbers. |
IPersist | |
IPersistStream |