도분초(DMS)로 변환
Contents
[
Hide
]
Aspose.GIS for .NET 라이브러리를 사용하여 도분초(DMS) 형식으로 위치를 계산합니다. GeoConvert 클래스를 사용하면 위도/경도 좌표를 DMS 형식으로, 그리고 그 반대로 변환할 수 있습니다.
라이브 예제
Aspose.GIS for .NET / C#는 “DMS로 변환” 애플리케이션을 온라인에서 무료로 제공하며, 기능을 조사하고 품질을 확인할 수 있습니다.
코드 샘플 - DMS로 변환
다음 코드 스니펫은 도분초(DMS)로 변환하는 방법을 보여줍니다.
This file contains hidden or 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 Degree Minute Seconds (DMS) format | |
var position = GeoConvert.AsPointText(74.84, 172.13, PointFormats.DegreeMinutesSeconds); | |
Console.WriteLine(position); |
플랫폼 - .NET / C#
Windows에서 Framework 4.7 이상 또는 Windows 또는 Linux에서 .NET Core 2.0 이상을 지원합니다.