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

Class _CoordinateInterval

source code

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

Nested Classes [hide private]

Inherited from utils.autonode.AutoNode: __metaclass__

Instance Methods [hide private]
 
adaptValuesWith(self, converter) source code
 
getTransformed(self, sTrafo, destFrame) source code
 
getValues(self) source code
 
__init__(self, fillFactor=None, frame=None, id=None, lowerLimit=None, name=None, origUnit=None, ucd=None, upperLimit=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from _CoordinateLike: getPosition

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

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

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_lowerLimit = None
  _a_upperLimit = None
  _a_fillFactor = None
  _a_origUnit = None
  inexactAttrs = set(['lowerLimit', 'upperLimit'])
  _nodeAttrs = [('fillFactor', None), ('frame', None), ('id', No...

Inherited from _CoordinateLike (private): _a_frame, _a_name

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fillFactor=None, frame=None, id=None, lowerLimit=None, name=None, origUnit=None, ucd=None, upperLimit=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:
[('fillFactor', None),
 ('frame', None),
 ('id', None),
 ('lowerLimit', None),
 ('name', None),
 ('origUnit', None),
 ('ucd', None),
 ('upperLimit', None)]