Click or drag to resize
GpsCoordinatesHelperGetDMS Method (NullableDouble, CoordinateType)
Converts a longitude/latitude from DD (degrees) format to longitude/latitude in DMS (Degrees, minutes and seconds) format using the following formula: DD = dd.ff DMS = dd mm ss dd = dd mm.gg = 60 * ff ss = 60 * gg

Namespace: Flir.Atlas.Image.Helpers
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
public static string GetDMS(
	Nullable<double> nullableCoordinate,
	CoordinateType coordinateType
)

Parameters

nullableCoordinate
Type: SystemNullableDouble
longitude/latitude
coordinateType
Type: Flir.Atlas.Image.HelpersCoordinateType
CoordinateType

Return Value

Type: String
(Degrees, minutes and seconds) format
See Also