ReprojectorInvConvert(Double, Double, Double) Method

Inverse conversion, converts a point (x, y, h) from the target map projection to the source map projection.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void InvConvert(
	ref double x,
	ref double y,
	ref double h
)

Parameters

x  Double
 
y  Double
 
h  Double
 

See Also