Package gavo :: Package stc :: Module dm :: Class SpaceInterval
[frames] | no frames]

Class SpaceInterval

source code

             object --+                
                      |                
utils.autonode.AutoNode --+            
                          |            
             common.ASTNode --+        
                              |        
                _CoordinateLike --+    
                                  |    
                _CoordinateInterval --+
                                      |
                                     SpaceInterval

Nested Classes
  cType
  pgClass
A spherical box from pgSphere.

Inherited from utils.autonode.AutoNode: __metaclass__

Instance Methods
 
getValues(self) source code
 
getTransformed(self, sTrafo, destFrame) 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 help(type(x)) for signature
source code

Inherited from _CoordinateInterval: adaptValuesWith

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__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods
 
fromPg(cls, frame, pgBox) source code

Inherited from utils.autonode.AutoNode: cloneFrom

Class Variables

Inherited from _CoordinateInterval: inexactAttrs

Properties

Inherited from object: __class__

Method Details

getValues(self)

source code 
Overrides: _CoordinateInterval.getValues

getTransformed(self, sTrafo, destFrame)

source code 
Overrides: _CoordinateInterval.getTransformed

__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 help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)