DFLib Release 1.0.0
Classes | Namespaces | Variables
pyPointTest.py File Reference

Classes

class  pyPointTest.pyPoint
 
class  pyPointTest.pyReport
 

Namespaces

namespace  pyPointTest
 

Variables

Proj pyPointTest.mercProj = Proj('+proj=merc +datum=WGS84 +lat_ts=0')
 
DFLib pyPointTest.v = DFLib.vectord(2)
 
pyReport pyPointTest.r1 = pyReport("r1",True)
 
pyReport pyPointTest.r1p = r1.getReceiverLocation()
 
pyReport pyPointTest.r2 = pyReport("r2",True)
 
pyReport pyPointTest.r2p = r2.getReceiverLocation()
 
pyReport pyPointTest.r3 = pyReport("r3",True)
 
pyReport pyPointTest.r3p = r3.getReceiverLocation()
 
DFLib pyPointTest.rc = DFLib.ReportCollection()
 
pyPoint pyPointTest.LSfix = pyPoint()
 
pyPoint pyPointTest.LSv = LSfix.getXY()
 
pyPoint pyPointTest.FCAfix = pyPoint()
 
DFLib pyPointTest.FCA_stddev = DFLib.vectord(2)
 
pyPoint pyPointTest.FCAv = FCAfix.getXY()
 
pyPoint pyPointTest.MLfix = LSfix.Clone()
 
pyPoint pyPointTest.MLv = MLfix.getXY()