Convert to Decimal Degree Minutes (DDM)
Contents
[
Hide
]
Use the Aspose.GIS for .NET library to calculate a position in a Decimal Degree Minutes (DDM) format. The GeoConvert class allows you to convert Latitude/Longitude coordinates to DDM format and vice versa.
Live Example
Aspose.GIS for .NET / C# presents you online free the “Convert to DDM” application, where you may to investigate the functionality and quality it works.
Code sample - Convert to DDM
The following code snippet shows you how to convert to DDM (Decimal Degree Minutes).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/aspose-gis/Aspose.GIS-for-.NET | |
// Calculate a position in a Decimal Degree Minutes (DDM) format | |
var position = GeoConvert.AsPointText(74.84, 172.13, PointFormats.DegreeDecimalMinutes); | |
Console.WriteLine(position); |
Platform - .NET / C#
We supports Framework 4.7 or later under Windows, and .NET Core 2.0 or later under Windows or Linux