LatLongEllipsodialDatum constructor

LatLongEllipsodialDatum(
  1. dynamic lat,
  2. dynamic lon,
  3. dynamic height,
  4. dynamic d,
)

Implementation

LatLongEllipsodialDatum(lat, lon, height, d) : super(lat, lon, height, d);