Uses of Class
com.irurueta.navigation.geodesic.GeodesicLine

Packages that use GeodesicLine
Package
Description
Contains geodesic algorithms.
  • Uses of GeodesicLine in com.irurueta.navigation.geodesic

    Modifier and Type
    Method
    Description
    Geodesic.arcDirectLine(double lat1, double lon1, double azi1, double a12)
    Define a GeodesicLine in terms of the direct geodesic problem specified in terms of arc length with all capabilities included.
    Geodesic.arcDirectLine(double lat1, double lon1, double azi1, double a12, int caps)
    Define a GeodesicLine in terms of the direct geodesic problem specified in terms of arc length with a subset of the capabilities included.
    Geodesic.directLine(double lat1, double lon1, double azi1, double s12)
    Define a GeodesicLine in terms of the direct geodesic problem specified in terms of distance with all capabilities included.
    Geodesic.directLine(double lat1, double lon1, double azi1, double s12, int caps)
    Define a GeodesicLine in terms of the direct geodesic problem specified in terms of distance with a subset of the capabilities included.
    Geodesic.genDirectLine(double lat1, double lon1, double azi1, boolean arcmode, double s12A12, int caps)
    Define a GeodesicLine in terms of the direct geodesic problem specified in terms of either distance or arc length with a subset of the capabilities included.
    Geodesic.inverseLine(double lat1, double lon1, double lat2, double lon2)
    Define a GeodesicLine in terms of the inverse geodesic problem with all capabilities included.
    Geodesic.inverseLine(double lat1, double lon1, double lat2, double lon2, int caps)
    Define a GeodesicLine in terms of the inverse geodesic problem with a subet of the capabilities included.
    Geodesic.line(double lat1, double lon1, double azi1)
    Set up to compute several points on a single geodesic with all capabilities included.
    Geodesic.line(double lat1, double lon1, double azi1, int caps)
    Set up to compute several points on a single geodesic with a subset of the capabilities included.