Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
public static bool ParseLatitudeInDmsd(GeoEllipsoid,UtmZone,string,int,out double,out string)
Parses latitude from the provided string for the user defined reference ellipsoid and the specified UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
public static bool ParseLatitudeInDmsd(double,double,UtmZone,string,int,out double,out string)