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.
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.
public static bool ParseLongitude(GeoEllipsoid,UtmZone,string,int,out double,out string)
Parses longitude from the provided string for the user defined reference ellipsoid and the specified UTM zone, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
public static bool ParseLongitude(double,double,UtmZone,string,int,out double,out string)