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);
        }
 public ArMapGPSCoords(ArLLACoords org) : this(AriaCSPINVOKE.new_ArMapGPSCoords__SWIG_0(ArLLACoords.getCPtr(org)), true)
 {
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
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);
        }
Beispiel #5
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();
     }
 }
Beispiel #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);
        }