TopologicalRelationshipEndpoint¶
-
class
lsst.daf.butler.TopologicalRelationshipEndpoint¶ Bases:
abc.ABCRepresentation 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
nameReturn unique string identifier for this endpoint ( str).spatialReturn this endpoint’s SPATIALfamily.temporalReturn this endpoint’s TEMPORALfamily.topologyReturn 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.
-