Class GeoConvert

GeoConvert class

Converts coordinates to/from the different formats.

public static class GeoConvert

Methods

NameDescription
static AsPointText(IPoint, PointFormats)Returns the calculated position as a string in the specified format.
static AsPointText(double, double, PointFormats)Returns the calculated position as a string in the specified format.
static ParsePointText(string)Converts the string that contains сoordinates to IPoint object.
static TryParsePointText(string, out IPoint)Converts the string that contains сoordinates to IPoint object. A return value indicates whether the conversion succeeded or failed.

See Also