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)
パラメータタイプ説明
pointIPointIPoint オブジェクト。
formatPointFormats結果の形式。

戻り値

文字列としての位置。

関連項目