 ConvertGeodeticToUtm | Overloaded. Converts a Geodetic coordinate to a UTM coordinate on a reference ellipsoid. |
 ConvertUtmToGeodetic | Overloaded. Converts a UTM coordinate to a Geodetic coordinate on a reference ellipsoid. |
 FindUtmZone | Overloaded. Finds UTM zone/s of the specified geodetic coordinate on a reference ellipsoid. |
 GetCentralMeridianInDegOfUtmZone | Finds the central meridian of the specified UTM zone. |
 GetUtmZoneDictionary | Returns the entire collection of UTM zone names. |
 IsValidCentralMeridianInDeg | Checks if the provided central meridian (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidInverseFlattening | Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidLatitudeInDeg | Overloaded. Checks if the provided latitude (in decimal degrees) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidLongitudeInDeg | Checks if the provided longitude (in decimal degrees) is valid for the user defined reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidLonitudeInDeg | Checks if the provided longitude (in decimal degrees) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidPrecision | Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidSemiMajorAxisAInM | Checks if the provided semi major axis A (in meters) is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidUtmHemisphere | Checks if the provided UTM Hemisphere is valid, i.e. it is not undefined and it is not outside its range. |
 IsValidUtmXInM | Overloaded. Checks if the provided UTM X (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidUtmYInM | Overloaded. Checks if the provided UTM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system. |
 IsValidUtmZone | Checks if the provided UTM zone is valid, i.e. it is not undefined and it is not outside its range. |
 ParseGeoCoordinateFormat | Parses / determines geodetic coordinate format in use from the provided string. |
 ParseInverseFlattening | Parses inverse flattening of a reference ellipsoid from the provided string. |
 ParseLatitude | Overloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLatitudeInDeg | Overloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use. |
 ParseLatitudeInDmsd | Overloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLongitude | Overloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLongitudeInDeg | Overloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use. |
 ParseLongitudeInDmsd | Overloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParsePrecision | Parses precision from the provided string. |
 ParseSemiMajorAxisAInM | Parses semi major axis A of a reference ellipsoid from the provided string. |
 ParseUtmHemisphere | Parses / determines the UTM hemisphere from the provided string. |
 ParseUtmXInM | Overloaded. Parses UTM X from the provided string for a reference ellipsoid. |
 ParseUtmYInM | Overloaded. Parses UTM Y from the provided string for a reference ellipsoid. |
 ParseUtmZone | Parses / determines the UTM zone from the provided string. |