TopologicalRelationshipEndpoint¶
-
class
lsst.daf.butler.
TopologicalRelationshipEndpoint
¶ Bases:
abc.ABC
Representation of a logical table that can participate in overlap joins.
An abstract base class whose instances represent a logical table that may participate in overlap joins defined by a
TopologicalSpace
.Attributes Summary
name
Return unique string identifier for this endpoint ( str
).spatial
Return this endpoint’s SPATIAL
family.temporal
Return this endpoint’s TEMPORAL
family.topology
Return the relationship families to which this endpoint belongs. Attributes Documentation
-
topology
¶ Return the relationship families to which this endpoint belongs.
It is keyed by the category for that family.
-