MapProjectionGetConvergence Method |
Get the convergence (orientation towards true north) at the given geographical location.
The convergence is the angle measured clockwise from true north to the north-south
gridline passing through the specified coordinate.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double GetConvergence(
double lon,
double lat
)
Public Function GetConvergence (
lon As Double,
lat As Double
) As Double
public:
double GetConvergence(
double lon,
double lat
)
member GetConvergence :
lon : float *
lat : float -> float
Parameters
- lon
- Type: SystemDouble
Longitude - lat
- Type: SystemDouble
Latitude
Return Value
Type:
DoubleSee Also