Package gavo :: Package stc :: Module dm :: Class _CoordFrame
[hide private]
[frames] | no frames]

Class _CoordFrame

source code

             object --+        
                      |        
utils.autonode.AutoNode --+    
                          |    
             common.ASTNode --+
                              |
                             _CoordFrame
Known Subclasses:

is an astronomical coordinate frame.

Nested Classes [hide private]

Inherited from utils.autonode.AutoNode: __metaclass__

Instance Methods [hide private]
 
_setupNode(self) source code
 
isSpherical(self)
returns True if this is a frame deemed suitable for space frame transformations.
source code
 
__init__(self, id=None, name=None, refPos=None, ucd=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from common.ASTNode: __eq__, __hash__, __ne__, ensureId

Inherited from utils.autonode.AutoNode: __repr__, change, iterAttributes, iterChildren, iterNodeChildren, iterNodes

Inherited from utils.autonode.AutoNode (private): _setupNodeNext

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Methods [hide private]

Inherited from utils.autonode.AutoNode: cloneFrom

Class Variables [hide private]
  _a_name = None
  _a_refPos = None
  _nodeAttrs = [('id', None), ('name', None), ('refPos', None), ...

Inherited from common.ASTNode: inexactAttrs

Inherited from common.ASTNode (private): _a_id, _a_ucd

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_setupNode(self)

source code 
Overrides: utils.autonode.AutoNode._setupNode

isSpherical(self)

source code 

returns True if this is a frame deemed suitable for space frame transformations.

This is really a property of stc.sphermath rather than of the data model, but it's more convenient to have this as a frame method.

__init__(self, id=None, name=None, refPos=None, ucd=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_nodeAttrs

Value:
[('id', None), ('name', None), ('refPos', None), ('ucd', None)]