14 namespace NETGeographicLib
254 [System::Runtime::InteropServices::Out]
double% lat2,
255 [System::Runtime::InteropServices::Out]
double% lon2,
256 [System::Runtime::InteropServices::Out]
double% azi2,
257 [System::Runtime::InteropServices::Out]
double% m12,
258 [System::Runtime::InteropServices::Out]
double% M12,
259 [System::Runtime::InteropServices::Out]
double% M21,
260 [System::Runtime::InteropServices::Out]
double% S12);
266 [System::Runtime::InteropServices::Out]
double% lat2,
267 [System::Runtime::InteropServices::Out]
double% lon2);
273 [System::Runtime::InteropServices::Out]
double% lat2,
274 [System::Runtime::InteropServices::Out]
double% lon2,
275 [System::Runtime::InteropServices::Out]
double% azi2);
281 [System::Runtime::InteropServices::Out]
double% lat2,
282 [System::Runtime::InteropServices::Out]
double% lon2,
283 [System::Runtime::InteropServices::Out]
double% azi2,
284 [System::Runtime::InteropServices::Out]
double% m12);
290 [System::Runtime::InteropServices::Out]
double% lat2,
291 [System::Runtime::InteropServices::Out]
double% lon2,
292 [System::Runtime::InteropServices::Out]
double% azi2,
293 [System::Runtime::InteropServices::Out]
double% M12,
294 [System::Runtime::InteropServices::Out]
double% M21);
300 [System::Runtime::InteropServices::Out]
double% lat2,
301 [System::Runtime::InteropServices::Out]
double% lon2,
302 [System::Runtime::InteropServices::Out]
double% azi2,
303 [System::Runtime::InteropServices::Out]
double% m12,
304 [System::Runtime::InteropServices::Out]
double% M12,
305 [System::Runtime::InteropServices::Out]
double% M21);
351 [System::Runtime::InteropServices::Out]
double% lat2,
352 [System::Runtime::InteropServices::Out]
double% lon2,
353 [System::Runtime::InteropServices::Out]
double% azi2,
354 [System::Runtime::InteropServices::Out]
double% s12,
355 [System::Runtime::InteropServices::Out]
double% m12,
356 [System::Runtime::InteropServices::Out]
double% M12,
357 [System::Runtime::InteropServices::Out]
double% M21,
358 [System::Runtime::InteropServices::Out]
double% S12);
364 [System::Runtime::InteropServices::Out]
double% lat2,
365 [System::Runtime::InteropServices::Out]
double% lon2);
371 [System::Runtime::InteropServices::Out]
double% lat2,
372 [System::Runtime::InteropServices::Out]
double% lon2,
373 [System::Runtime::InteropServices::Out]
double% azi2);
379 [System::Runtime::InteropServices::Out]
double% lat2,
380 [System::Runtime::InteropServices::Out]
double% lon2,
381 [System::Runtime::InteropServices::Out]
double% azi2,
382 [System::Runtime::InteropServices::Out]
double% s12);
388 [System::Runtime::InteropServices::Out]
double% lat2,
389 [System::Runtime::InteropServices::Out]
double% lon2,
390 [System::Runtime::InteropServices::Out]
double% azi2,
391 [System::Runtime::InteropServices::Out]
double% s12,
392 [System::Runtime::InteropServices::Out]
double% m12);
398 [System::Runtime::InteropServices::Out]
double% lat2,
399 [System::Runtime::InteropServices::Out]
double% lon2,
400 [System::Runtime::InteropServices::Out]
double% azi2,
401 [System::Runtime::InteropServices::Out]
double% s12,
402 [System::Runtime::InteropServices::Out]
double% M12,
403 [System::Runtime::InteropServices::Out]
double% M21);
409 [System::Runtime::InteropServices::Out]
double% lat2,
410 [System::Runtime::InteropServices::Out]
double% lon2,
411 [System::Runtime::InteropServices::Out]
double% azi2,
412 [System::Runtime::InteropServices::Out]
double% s12,
413 [System::Runtime::InteropServices::Out]
double% m12,
414 [System::Runtime::InteropServices::Out]
double% M12,
415 [System::Runtime::InteropServices::Out]
double% M21);
484 [System::Runtime::InteropServices::Out]
double% lat2,
485 [System::Runtime::InteropServices::Out]
double% lon2,
486 [System::Runtime::InteropServices::Out]
double% azi2,
487 [System::Runtime::InteropServices::Out]
double% s12,
488 [System::Runtime::InteropServices::Out]
double% m12,
489 [System::Runtime::InteropServices::Out]
double% M12,
490 [System::Runtime::InteropServices::Out]
double% M21,
491 [System::Runtime::InteropServices::Out]
double% S12);
Header for NETGeographicLib::NETGeographicLib objects.
NETGeographicLib::Mask Capabilities()
.NET wrapper for GeographicLib::GeodesicLine.
double Position(double s12, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)
.NET wrapper for GeographicLib::Geodesic.
GeodesicLine(Geodesic^ g, double lat1, double lon1, double azi1, NETGeographicLib::Mask caps)
double GenPosition(bool arcmode, double s12_a12, GeodesicLine::mask outmask, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% s12, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)
void ArcPosition(double a12, [System::Runtime::InteropServices::Out] double% lat2, [System::Runtime::InteropServices::Out] double% lon2, [System::Runtime::InteropServices::Out] double% azi2, [System::Runtime::InteropServices::Out] double% s12, [System::Runtime::InteropServices::Out] double% m12, [System::Runtime::InteropServices::Out] double% M12, [System::Runtime::InteropServices::Out] double% M21, [System::Runtime::InteropServices::Out] double% S12)