Click or drag to resize
ECEFRef Constructor (Double, Double, Double, Datum)
doogal.co.uk Home



Create a new earth-centred, earth-fixed (ECEF) reference from the given parameters and the given reference ellipsoid.

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public ECEFRef(
	double x,
	double y,
	double z,
	Datum datum
)

Parameters

x
Type: SystemDouble
The x co-ordinate.
y
Type: SystemDouble
The y co-ordinate.
z
Type: SystemDouble
The z co-ordinate.
datum
Type: DotNetCoords.DatumDatum
The datum.
See Also