Home | Trees | Indices | Help |
|
---|
|
object --+ | utils.autonode.AutoNode --+ | common.ASTNode --+ | _CoordinateLike --+ | _Geometry
A base class for all kinds of geometries.
Geometries may have "dependent" quantities like radii, sizes, etc. For those, the convention is that if they are 1D, they must be expressed in the first component of the position units, otherwise (in particular, for box size) in the full unit of the position. This has to be made sure by the client.
To make this work, Geometries are unit adapted on STC adoption. Since their dependents need to be adapted as well, they have to define adaptDependents(...) methods. They take the units for all dependent quantities (which may all be None). This is used in stxast.
Also getTransformed usually needs to be overridden for these.
Geometries may contain two sorts of column references; ordinary ones are just stand-ins of actual values, while GeometryColRefs describe the whole thing in a database column.
|
|||
cType | |||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_a_size = None
|
|||
_a_fillFactor = None
|
|||
_a_origUnit = None
|
|||
_a_geoColRef = None
|
|||
_nodeAttrs =
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
_nodeAttrs
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 2 18:04:43 2010 | http://epydoc.sourceforge.net |