ApsGis.dll

UTM.IsValidUtmXInM Method

Checks if the provided UTM X (in meters) 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 UTM X (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 IsValidUtmXInM(GeoEllipsoid,UtmHemisphere,UtmZone,double,out string)

Checks if the provided UTM X (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 IsValidUtmXInM(double,double,UtmHemisphere,UtmZone,double,out string)

See Also

UTM Class | ApsGis Namespace