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
Return unique string identifier for this endpoint (
str
).Return this endpoint’s
SPATIAL
family.Return this endpoint’s
TEMPORAL
family.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.
-