ApsGis.dll

TM.ParseLatitude Method

Parses latitude from the provided string for a reference ellipsoid, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.

Overload List

Parses latitude from the provided string for a reference ellipsoid, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.

public static bool ParseLatitude(GeoEllipsoid,string,int,out double,out string)

Parses latitude from the provided string for the user defined reference ellipsoid, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.

public static bool ParseLatitude(double,double,string,int,out double,out string)

See Also

TM Class | ApsGis Namespace