Class GeodesicMask

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALL
      All capabilities, calculate everything.
      static int AREA
      Calculate area S12.
      static int AZIMUTH
      Calculate azimuths azi1 and azi2.
      static int DISTANCE
      Calculate distance s12.
      static int DISTANCE_IN
      Allow distance s12 to be used as input in the direct geodesic problem.
      static int GEODESICSCALE
      Calculate geodesic scales M12 and M21.
      static int LATITUDE
      Calculate latitude lat2.
      static int LONG_UNROLL
      Unroll lon2.
      static int LONGITUDE
      Calculate longitude lon2.
      static int NONE
      No capabilities, no output.
      static int REDUCEDLENGTH
      Calculate reduced length m12.
      static int STANDARD
      All of the above, the "standard" output and capabilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      GeodesicMask()  
    • Field Detail

      • LATITUDE

        public static final int LATITUDE
        Calculate latitude lat2. (It's not necessary to include this as a capability to GeodesicLine because this is included by default.)
        See Also:
        Constant Field Values
      • AZIMUTH

        public static final int AZIMUTH
        Calculate azimuths azi1 and azi2. (It's not necessary to include this as a capability to GeodesicLine because this is included by default.)
        See Also:
        Constant Field Values
      • STANDARD

        public static final int STANDARD
        All of the above, the "standard" output and capabilities.
        See Also:
        Constant Field Values
      • DISTANCE_IN

        public static final int DISTANCE_IN
        Allow distance s12 to be used as input in the direct geodesic problem.
        See Also:
        Constant Field Values
      • REDUCEDLENGTH

        public static final int REDUCEDLENGTH
        Calculate reduced length m12.
        See Also:
        Constant Field Values
      • GEODESICSCALE

        public static final int GEODESICSCALE
        Calculate geodesic scales M12 and M21.
        See Also:
        Constant Field Values
      • ALL

        public static final int ALL
        All capabilities, calculate everything. (LONG_UNROLL is not included in this mask.)
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeodesicMask

        public GeodesicMask()