Class GeodeticArgs

    • Field Detail

      • azimuth

        protected java.lang.Double azimuth
      • backAzimuth

        protected java.lang.Double backAzimuth
      • geoDistTypeList

        protected java.util.List<GeoDistType> geoDistTypeList
      • geodeticFlattening

        protected java.lang.Double geodeticFlattening
      • equitorialradius

        protected java.lang.Double equitorialradius
    • Constructor Detail

      • GeodeticArgs

        public GeodeticArgs()
    • Method Detail

      • hasAzimuth

        public boolean hasAzimuth()
      • getAzimuth

        public java.lang.Double getAzimuth()
      • hasBackAzimuth

        public boolean hasBackAzimuth()
      • getBackAzimuth

        public java.lang.Double getBackAzimuth()
      • setGeodetic

        public void setGeodetic​(boolean geodetic)
      • setGeoDistTypes

        public void setGeoDistTypes​(java.util.List<GeoDistType> geoDistTypes)
      • getGeoDistTypes

        public java.util.List<GeoDistType> getGeoDistTypes()
      • getEllipFlattening

        public double getEllipFlattening()
      • getInverseEllipFlattening

        public double getInverseEllipFlattening()
      • getEquitorialRadius

        public double getEquitorialRadius()
      • setPlanet

        public void setPlanet​(DistAzPlanet planet)
      • createGeodesics

        public java.util.Map<GeoDistType,​net.sf.geographiclib.Geodesic> createGeodesics​(VelocityModel vMod)
      • createGeodesic

        public net.sf.geographiclib.Geodesic createGeodesic​(GeoDistType geoDistType,
                                                            VelocityModel vMod)
      • getGeodesic

        public net.sf.geographiclib.Geodesic getGeodesic​(GeoDistType geoDistType)
      • getGeodesic

        public net.sf.geographiclib.Geodesic getGeodesic()