DFLib  Release 1.0.0
Public Member Functions | Public Attributes | List of all members
pyProjPoint.pyProjReport Class Reference
Inheritance diagram for pyProjPoint.pyProjReport:
Inheritance graph
[legend]
Collaboration diagram for pyProjPoint.pyProjReport:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, valid, Point, bearing, sigma)
 
def setReceiverLocation (self, theLocation)
 
def getReceiverLocation (self)
 
def setBearing (self, theBearing)
 
def setSigma (self, theSigma)
 
def getReportBearingRadians (self)
 
def getBearing (self)
 
def getBearingStandardDeviationRadians (self)
 
def getSigma (self)
 

Public Attributes

 myPoint
 
 bearing
 
 sigma
 

Detailed Description

  The pyProjReport class implements the DFLib::Abstract::Report interface.

Constructor & Destructor Documentation

def pyProjPoint.pyProjReport.__init__ (   self,
  name,
  valid,
  Point,
  bearing,
  sigma 
)
pyProjReport constructor

Member Function Documentation

def pyProjPoint.pyProjReport.getBearing (   self)
Returns the report bearing in degrees.

Here is the call graph for this function:

def pyProjPoint.pyProjReport.getBearingStandardDeviationRadians (   self)
Returns receiver standard deviation in radians.

Here is the caller graph for this function:

def pyProjPoint.pyProjReport.getReceiverLocation (   self)
Returns the receiver location in XY coordinates.
This is returned as a vectord (STL vector<double>) pointer.
def pyProjPoint.pyProjReport.getReportBearingRadians (   self)
Returns the report bearing relative to grid north (Y) in radians.

Here is the caller graph for this function:

def pyProjPoint.pyProjReport.getSigma (   self)
Returns receiver standard deviation in degrees.

Here is the call graph for this function:

def pyProjPoint.pyProjReport.setBearing (   self,
  theBearing 
)
Sets the report's bearing (in the XY space, which means it needs
to have grid convergence and magnetic declination taken into
account!) This is in degrees.
def pyProjPoint.pyProjReport.setReceiverLocation (   self,
  theLocation 
)
Sets the receiver location in XY coordinates.
def pyProjPoint.pyProjReport.setSigma (   self,
  theSigma 
)
Sets the standard deviation of the distribution of
random errors expected from this type of receiver.  This is in degrees.

Member Data Documentation

pyProjPoint.pyProjReport.bearing
pyProjPoint.pyProjReport.myPoint
pyProjPoint.pyProjReport.sigma

The documentation for this class was generated from the following file: