Accessor: geodesy/LlaDist

geodesy/LlaDist

This accessor takes two WG-84 locations (latitude, longitude, and altitude) and outputs the euclidean distance between them.

Version:
  • $$Id$$
Author:
  • Eloi T. Pereira (eloi@berkeley.edu)
Source:
Inputs:
Name Type Description
lat1 double latitude
lon1 double longitude
alt1 double altitude
lat2 double latitude
lon2 double longitude
alt2 double altitude
Outputs:
Name Type Description
dist double euclidean distance

Methods

(static) setup()

Set up the accessor by defining the inputs and outputs.

Source: