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 arcpyReport class implements the DFLib::Abstract::Report interface.
def arcpyPoint.arcpyReport.__init__ | ( | self, | |
name, | |||
valid, | |||
Point, | |||
bearing, | |||
sigma | |||
) |
arcpyReport constructor
def arcpyPoint.arcpyReport.getBearing | ( | self | ) |
Returns the report bearing in degrees.
def arcpyPoint.arcpyReport.getBearingStandardDeviationRadians | ( | self | ) |
Returns receiver standard deviation in radians.
def arcpyPoint.arcpyReport.getReceiverLocation | ( | self | ) |
Returns the receiver location in XY coordinates. This is returned as a vectord (STL vector<double>) pointer.
def arcpyPoint.arcpyReport.getReportBearingRadians | ( | self | ) |
Returns the report bearing relative to grid north (Y) in radians.
def arcpyPoint.arcpyReport.getSigma | ( | self | ) |
Returns receiver standard deviation in degrees.
def arcpyPoint.arcpyReport.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 arcpyPoint.arcpyReport.setReceiverLocation | ( | self, | |
theLocation | |||
) |
Sets the receiver location in XY coordinates.
def arcpyPoint.arcpyReport.setSigma | ( | self, | |
theSigma | |||
) |
Sets the standard deviation of the distribution of random errors expected from this type of receiver. This is in degrees.
arcpyPoint.arcpyReport.bearing |
arcpyPoint.arcpyReport.myPoint |
arcpyPoint.arcpyReport.sigma |