Uses of Class
net.sf.geographiclib.GeodesicData

  • Uses of GeodesicData in net.sf.geographiclib

    Methods in net.sf.geographiclib that return GeodesicData
    Modifier and Type
    Method
    Description
    Geodesic.ArcDirect(double lat1, double lon1, double azi1, double a12)
    Solve the direct geodesic problem where the length of the geodesic is specified in terms of arc length.
    Geodesic.ArcDirect(double lat1, double lon1, double azi1, double a12, int outmask)
    Solve the direct geodesic problem where the length of the geodesic is specified in terms of arc length and with a subset of the geodesic results returned.
    GeodesicLine.ArcPosition(double a12)
    Compute the position of point 2 which is an arc length a12 (degrees) from point 1.
    GeodesicLine.ArcPosition(double a12, int outmask)
    Compute the position of point 2 which is an arc length a12 (degrees) from point 1 and with a subset of the geodesic results returned.
    Geodesic.Direct(double lat1, double lon1, double azi1, boolean arcmode, double s12_a12, int outmask)
    The general direct geodesic problem.
    Geodesic.Direct(double lat1, double lon1, double azi1, double s12)
    Solve the direct geodesic problem where the length of the geodesic is specified in terms of distance.
    Geodesic.Direct(double lat1, double lon1, double azi1, double s12, int outmask)
    Solve the direct geodesic problem where the length of the geodesic is specified in terms of distance and with a subset of the geodesic results returned.
    Geodesic.Inverse(double lat1, double lon1, double lat2, double lon2)
    Solve the inverse geodesic problem.
    Geodesic.Inverse(double lat1, double lon1, double lat2, double lon2, int outmask)
    Solve the inverse geodesic problem with a subset of the geodesic results returned.
    GeodesicLine.Position(boolean arcmode, double s12_a12, int outmask)
    The general position function.
    GeodesicLine.Position(double s12)
    Compute the position of point 2 which is a distance s12 (meters) from point 1.
    GeodesicLine.Position(double s12, int outmask)
    Compute the position of point 2 which is a distance s12 (meters) from point 1 and with a subset of the geodesic results returned.