Home | Trees | Indices | Help |
|
---|
|
Definitions and shared code for STC processing.
Classes | |
STCError | |
STCSParseError is raised if an STC-S expression could not be parsed. |
|
STCLiteralError is raised when a literal is not well-formed. |
|
STCInternalError is raised when assumptions about the library behaviour are violated. |
|
STCValueError is raised when some STC specification is inconsistent. |
|
STCUnitError is raised when some impossible operation on units is requested. |
|
STCXBadError is raised when something is wrong with STC-X. |
|
STCNotImplementedError is raised when the current implementation limits are reached. |
|
ASTNode The base class for all nodes in STC ASTs. |
|
ColRef A column reference instead of a true value, occurring in an STC-S tree. |
|
GeometryColRef A ColRef that refers to an in-DB geometry. |
Functions | |||
|
|||
|
Variables | |
TWO_PI = 6.28318530718
|
|
tropicalYear = 365.242198781
|
|
secsPerJCy = 3155760000.0
|
|
STCNamespace =
|
|
XlinkNamespace =
|
|
stcSpaceRefFrames =
|
|
stcRefPositions =
|
|
stcCoordFlavors =
|
|
stcTimeScales =
|
|
__package__ =
|
Function Details |
returns val standardized as a latitude. Our latitudes are always in [0, 2*pi]. |
returns val standardized as a latitude. Our latitudes are always in [-pi, pi]. |
Variables Details |
stcSpaceRefFrames
|
stcRefPositions
|
stcCoordFlavors
|
stcTimeScales
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |