public ArMapGPSCoords(ArLLACoords org) : this(AriaCSPINVOKE.new_ArMapGPSCoords__SWIG_0(ArLLACoords.getCPtr(org)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public ArGPSCoordConverter(ArLLACoords originlla, ArGPS _gps) : this(AriaCSPINVOKE.new_ArGPSCoordConverter__SWIG_4(ArLLACoords.getCPtr(originlla), ArGPS.getCPtr(_gps)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void setOrigin(ArLLACoords org)
 {
     AriaCSPINVOKE.ArMapGPSCoords_setOrigin(swigCPtr, ArLLACoords.getCPtr(org));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public bool convertLLA2MapCoords(ArLLACoords lla, SWIGTYPE_p_double ea, SWIGTYPE_p_double no, SWIGTYPE_p_double up)
        {
            bool ret = AriaCSPINVOKE.ArMapGPSCoords_convertLLA2MapCoords__SWIG_1(swigCPtr, ArLLACoords.getCPtr(lla), SWIGTYPE_p_double.getCPtr(ea), SWIGTYPE_p_double.getCPtr(no), SWIGTYPE_p_double.getCPtr(up));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 5
0
        public Ar3DPoint convert(ArLLACoords lla)
        {
            Ar3DPoint ret = new Ar3DPoint(AriaCSPINVOKE.ArGPSCoordConverter_convert__SWIG_0(swigCPtr, ArLLACoords.getCPtr(lla)), true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 6
0
        public ArECEFCoords ENU2ECEF(ArLLACoords arg0)
        {
            ArECEFCoords ret = new ArECEFCoords(AriaCSPINVOKE.ArENUCoords_ENU2ECEF(swigCPtr, ArLLACoords.getCPtr(arg0)), true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 7
0
        public ArLLACoords getLLA()
        {
            ArLLACoords ret = new ArLLACoords(AriaCSPINVOKE.ArGPS_getLLA(swigCPtr), true);

            return(ret);
        }
Esempio n. 8
0
        public ArLLACoords getOriginLLA()
        {
            ArLLACoords ret = new ArLLACoords(AriaCSPINVOKE.ArMap_getOriginLLA(swigCPtr), true);

            return(ret);
        }
Esempio n. 9
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArLLACoords obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 10
0
        public ArLLACoords ECEF2LLA()
        {
            ArLLACoords ret = new ArLLACoords(AriaCSPINVOKE.ArECEFCoords_ECEF2LLA(swigCPtr), true);

            return(ret);
        }