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结果的格式。

返回值

定位为字符串。

也可以看看