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
)
Public Sub New (
x As Double,
y As Double,
z As Double,
datum As Datum
)
public:
ECEFRef(
double x,
double y,
double z,
Datum^ datum
)
new :
x : float *
y : float *
z : float *
datum : Datum -> ECEFRef
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