GeoConvert.AsPointText
AsPointText(double, double, PointFormats)
계산된 위치를 지정된 형식의 문자열로 반환합니다.
public static string AsPointText(double latitude, double longitude, PointFormats format)
모수 | 유형 | 설명 |
---|---|---|
latitude | Double | 위치 위도. |
longitude | Double | 위치 경도. |
format | PointFormats | 결과의 형식. |
반환 값
문자열로 배치합니다.
또한보십시오
- enum PointFormats
- class GeoConvert
- 네임스페이스 Aspose.Gis
- 집회 Aspose.GIS
AsPointText(IPoint, PointFormats)
계산된 위치를 지정된 형식의 문자열로 반환합니다.
public static string AsPointText(IPoint point, PointFormats format)
모수 | 유형 | 설명 |
---|---|---|
point | IPoint | 포인트 객체. |
format | PointFormats | 결과의 형식. |
반환 값
문자열로 배치합니다.
또한보십시오
- interface IPoint
- enum PointFormats
- class GeoConvert
- 네임스페이스 Aspose.Gis
- 집회 Aspose.GIS