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