ApsGis.dll

UTM.IsValidLatitudeInDeg Method

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 UTM coordinate system.

Overload List

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 UTM coordinate system.

public static bool IsValidLatitudeInDeg(GeoEllipsoid,UtmZone,double,out string)

Checks if the provided latitude (in decimal degrees) is valid for the user defined reference ellipsoid, i.e. if it can be used in GIS calculations in the TM coordinate system.

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

See Also

UTM Class | ApsGis Namespace