GeoConvert.ParsePointText

GeoConvert.ParsePointText method

将包含坐标的字符串转换为 IPoint 对象。

public static IPoint ParsePointText(string text)
范围类型描述
textString包含要转换的坐标的字符串。 该字符串应同时包含坐标纬度和经度。 坐标应以空格、逗号或分号分隔。

返回值

坐标等于输入字符串的 IPoint 对象。

例外

例外(健康)状况
GisException

评论

示例:“80° 151°”、“74°50.82’、172°08.21’”、“80°;151°”、“2CMB”、“2CMB6682893142”、“2C MB 66828 93142”、“WMAQ12405535”.

也可以看看