Checks if the provided UTM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
Checks if the provided UTM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
public static bool IsValidUtmYInM(GeoEllipsoid,UtmHemisphere,UtmZone,double,out string)
Checks if the provided UTM Y (in meters) is valid for the user defined reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
public static bool IsValidUtmYInM(double,double,UtmHemisphere,UtmZone,double,out string)