Uses of Class
net.sf.geographiclib.GeodesicLine

  • Uses of GeodesicLine in net.sf.geographiclib

    Methods in net.sf.geographiclib that return GeodesicLine
    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 s12_a12, 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 subset 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.