ApsGis.dll

UTM.ParseLongitudeInDeg Method

Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use.

Overload List

Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use.

public static bool ParseLongitudeInDeg(GeoEllipsoid,UtmZone,string,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 is in use.

public static bool ParseLongitudeInDeg(double,double,UtmZone,string,out double,out string)

See Also

UTM Class | ApsGis Namespace