GeoConvert.AsPointText

AsPointText(double, double, PointFormats)

계산된 위치를 지정된 형식의 문자열로 반환합니다.

public static string AsPointText(double latitude, double longitude, PointFormats format)
모수유형설명
latitudeDouble위치 위도.
longitudeDouble위치 경도.
formatPointFormats결과의 형식.

반환 값

문자열로 배치합니다.

또한보십시오


AsPointText(IPoint, PointFormats)

계산된 위치를 지정된 형식의 문자열로 반환합니다.

public static string AsPointText(IPoint point, PointFormats format)
모수유형설명
pointIPoint포인트 객체.
formatPointFormats결과의 형식.

반환 값

문자열로 배치합니다.

또한보십시오