ReprojectorConvert Method (Double, Double, Double) |
Converts a point (x, y, h) from the source map projection to the target map projection.
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void Convert(
ref double x,
ref double y,
ref double h
)
Public Sub Convert (
ByRef x As Double,
ByRef y As Double,
ByRef h As Double
)
public:
void Convert(
double% x,
double% y,
double% h
)
member Convert :
x : float byref *
y : float byref *
h : float byref -> unit
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- h
- Type: SystemDouble
See Also