|
DFLib
Release 1.0.0
|


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 | |
The pyProjReport class implements the DFLib::Abstract::Report interface.
| def pyProjPoint.pyProjReport.__init__ | ( | self, | |
| name, | |||
| valid, | |||
| Point, | |||
| bearing, | |||
| sigma | |||
| ) |
pyProjReport constructor
| def pyProjPoint.pyProjReport.getBearing | ( | self | ) |
Returns the report bearing in degrees.

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

| 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.

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

| 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.
| pyProjPoint.pyProjReport.bearing |
| pyProjPoint.pyProjReport.myPoint |
| pyProjPoint.pyProjReport.sigma |
1.8.9.1