Package gavo :: Package stc :: Module common :: Class GeometryColRef
[frames] | no frames]

Class GeometryColRef

source code

        object --+        
                 |        
utils.stanxml.Stub --+    
                     |    
                ColRef --+
                         |
                        GeometryColRef

A ColRef that refers to an in-DB geometry.

These comprise the entire arguments of a geometry (or all coordinates of a vector). They implement __len__ as soon as they are validated (in stcsast; we don't do col. refs in stc-x); their len is the expected number of elements.

Instance Methods
 
__len__(self) source code
 
__nonzero__(self) source code

Inherited from ColRef: __mul__, __str__, apply, encode, isoformat

Inherited from utils.stanxml.Stub: __eq__, __hash__, __init__, __ne__, __repr__, getChildDict, isEmpty, iterAttNames, shouldBeSkipped

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  expectedLength = None
hash(x)

Inherited from ColRef: name_, toParam

Inherited from utils.stanxml.Stub: text_

Properties

Inherited from object: __class__