Class GeoConvert
GeoConvert class
Converts coordinates to/from the different formats.
public static class GeoConvert
Methods
Name | Description |
---|---|
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
- namespace Aspose.Gis
- assembly Aspose.GIS