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

Class _SpatialMixin

source code

object --+
         |
        _SpatialMixin
Known Subclasses:

provides attributes for positional coordinates.

In addition to unit management, this is also carries an epoch in years. You can, in addition, set yearDef. If None, Julian years are implied, but you can have B for Bessel years.

Nested Classes [hide private]
  cType
Instance Methods [hide private]
 
getUnitString(self) source code
 
getUnitConverter(self, otherUnits) source code
 
getUnitArgs(self) source code
 
getValues(self) source code

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

Class Variables [hide private]
  _a_unit = ()
  _a_epoch = None
  _a_yearDef = None
Properties [hide private]

Inherited from object: __class__