DFLib  Release 1.0.0
Public Member Functions | Public Attributes | List of all members
arcpyPoint.arcpyReport Class Reference
Inheritance diagram for arcpyPoint.arcpyReport:
Inheritance graph
[legend]
Collaboration diagram for arcpyPoint.arcpyReport:
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 arcpyReport class implements the DFLib::Abstract::Report interface.

Constructor & Destructor Documentation

def arcpyPoint.arcpyReport.__init__ (   self,
  name,
  valid,
  Point,
  bearing,
  sigma 
)
arcpyReport constructor

Member Function Documentation

def arcpyPoint.arcpyReport.getBearing (   self)
Returns the report bearing in degrees.

Here is the call graph for this function:

def arcpyPoint.arcpyReport.getBearingStandardDeviationRadians (   self)
Returns receiver standard deviation in radians.

Here is the caller graph for this function:

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.

Here is the caller graph for this function:

def arcpyPoint.arcpyReport.getSigma (   self)
Returns receiver standard deviation in degrees.

Here is the call graph for this function:

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.

Member Data Documentation

arcpyPoint.arcpyReport.bearing
arcpyPoint.arcpyReport.myPoint
arcpyPoint.arcpyReport.sigma

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