 ConvertGeodeticToTransverseMercator | Overloaded. Converts a Geodetic coordinate to a TM coordinate on a reference ellipsoid. |
 ConvertTransverseMercatorToGeodetic | Overloaded. Converts a TM coordinate to a Geodetic coordinate on a reference ellipsoid. |
 IsValidCentralMeridianInDeg | Checks if the provided central meridian (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the TM coordinate system. |
 IsValidInverseFlattening | Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the TM 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 TM coordinate system. |
 IsValidLonitudeInDeg | Checks if the provided longitude (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the TM coordinate system. |
 IsValidPrecision | Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the TM coordinate system. |
 IsValidRange | Checks if the provided geographic coordinate (latitude and longitude in decimal degrees) is valid for TM projection with the central meridian, i.e. if it can be used in GIS calculations in the TM 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 TM coordinate system. |
 IsValidTmXInM | Overloaded. Checks if the provided TM X (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system. |
 IsValidTmYInM | Overloaded. Checks if the provided TM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system. |
 ParseCentralMeridian | Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseCentralMeridianInDeg | Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format is in use. |
 ParseCentralMeridianInDmsd | Parses central meridian from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use. |
 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 a reference ellipsoid, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLatitudeInDeg | Overloaded. Parses latitude from the provided string for a reference ellipsoid, assuming that the DecimalDegrees (DD) format is in use. |
 ParseLatitudeInDmsd | Overloaded. Parses latitude from the provided string for a reference ellipsoid, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLongitude | Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
 ParseLongitudeInDeg | Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format is in use. |
 ParseLongitudeInDmsd | Parses longitude from the provided string, 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. |
 ParseTmXInM | Overloaded. Parses TM X from the provided string for a reference ellipsoid. |
 ParseTmYInM | Overloaded. Parses TM Y from the provided string for a reference ellipsoid. |