14 namespace NETGeographicLib
16 ref class GeodesicExact;
245 [System::Runtime::InteropServices::Out]
double% lat2,
246 [System::Runtime::InteropServices::Out]
double% lon2,
247 [System::Runtime::InteropServices::Out]
double% azi2,
248 [System::Runtime::InteropServices::Out]
double% m12,
249 [System::Runtime::InteropServices::Out]
double% M12,
250 [System::Runtime::InteropServices::Out]
double% M21,
251 [System::Runtime::InteropServices::Out]
double% S12);
257 [System::Runtime::InteropServices::Out]
double% lat2,
258 [System::Runtime::InteropServices::Out]
double% lon2);
264 [System::Runtime::InteropServices::Out]
double% lat2,
265 [System::Runtime::InteropServices::Out]
double% lon2,
266 [System::Runtime::InteropServices::Out]
double% azi2);
272 [System::Runtime::InteropServices::Out]
double% lat2,
273 [System::Runtime::InteropServices::Out]
double% lon2,
274 [System::Runtime::InteropServices::Out]
double% azi2,
275 [System::Runtime::InteropServices::Out]
double% m12);
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,
285 [System::Runtime::InteropServices::Out]
double% M21);
291 [System::Runtime::InteropServices::Out]
double% lat2,
292 [System::Runtime::InteropServices::Out]
double% lon2,
293 [System::Runtime::InteropServices::Out]
double% azi2,
294 [System::Runtime::InteropServices::Out]
double% m12,
295 [System::Runtime::InteropServices::Out]
double% M12,
296 [System::Runtime::InteropServices::Out]
double% M21);
342 [System::Runtime::InteropServices::Out]
double% lat2,
343 [System::Runtime::InteropServices::Out]
double% lon2,
344 [System::Runtime::InteropServices::Out]
double% azi2,
345 [System::Runtime::InteropServices::Out]
double% s12,
346 [System::Runtime::InteropServices::Out]
double% m12,
347 [System::Runtime::InteropServices::Out]
double% M12,
348 [System::Runtime::InteropServices::Out]
double% M21,
349 [System::Runtime::InteropServices::Out]
double% S12);
355 [System::Runtime::InteropServices::Out]
double% lat2,
356 [System::Runtime::InteropServices::Out]
double% lon2);
362 [System::Runtime::InteropServices::Out]
double% lat2,
363 [System::Runtime::InteropServices::Out]
double% lon2,
364 [System::Runtime::InteropServices::Out]
double% azi2);
370 [System::Runtime::InteropServices::Out]
double% lat2,
371 [System::Runtime::InteropServices::Out]
double% lon2,
372 [System::Runtime::InteropServices::Out]
double% azi2,
373 [System::Runtime::InteropServices::Out]
double% s12);
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,
383 [System::Runtime::InteropServices::Out]
double% m12);
389 [System::Runtime::InteropServices::Out]
double% lat2,
390 [System::Runtime::InteropServices::Out]
double% lon2,
391 [System::Runtime::InteropServices::Out]
double% azi2,
392 [System::Runtime::InteropServices::Out]
double% s12,
393 [System::Runtime::InteropServices::Out]
double% M12,
394 [System::Runtime::InteropServices::Out]
double% M21);
400 [System::Runtime::InteropServices::Out]
double% lat2,
401 [System::Runtime::InteropServices::Out]
double% lon2,
402 [System::Runtime::InteropServices::Out]
double% azi2,
403 [System::Runtime::InteropServices::Out]
double% s12,
404 [System::Runtime::InteropServices::Out]
double% m12,
405 [System::Runtime::InteropServices::Out]
double% M12,
406 [System::Runtime::InteropServices::Out]
double% M21);
475 [System::Runtime::InteropServices::Out]
double% lat2,
476 [System::Runtime::InteropServices::Out]
double% lon2,
477 [System::Runtime::InteropServices::Out]
double% azi2,
478 [System::Runtime::InteropServices::Out]
double% s12,
479 [System::Runtime::InteropServices::Out]
double% m12,
480 [System::Runtime::InteropServices::Out]
double% M12,
481 [System::Runtime::InteropServices::Out]
double% M21,
482 [System::Runtime::InteropServices::Out]
double% S12);
Header for NETGeographicLib::NETGeographicLib objects.
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)
double GenPosition(bool arcmode, double s12_a12, GeodesicLineExact::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)
GeodesicLineExact(GeodesicExact^ g, double lat1, double lon1, double azi1, NETGeographicLib::Mask caps)
.NET wrapper for GeographicLib::GeodesicLineExact.
.NET wrapper for GeographicLib::GeodesicExact.
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)
NETGeographicLib::Mask Capabilities()