GeoConvert.AsPointText

AsPointText(double, double, PointFormats)

以指定格式返回计算后的位置字符串。

public static string AsPointText(double latitude, double longitude, PointFormats format)
参数类型描述
纬度Double位置纬度。
经度Double位置经度。
格式PointFormats结果的格式。

返回值

位置的字符串表示。

另见


AsPointText(IPoint, PointFormats)

以指定格式返回计算后的位置字符串。

public static string AsPointText(IPoint point, PointFormats format)
参数类型描述
IPointIPoint 对象。
格式PointFormats结果的格式。

返回值

位置的字符串表示。

另见