Uses of Class
types.temporal.TInstant
Packages that use TInstant
Package
Description
-
Uses of TInstant in types.basic.tbool
Subclasses of TInstant in types.basic.tboolModifier and TypeClassDescriptionclassTemporal boolean instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tfloat
Subclasses of TInstant in types.basic.tfloatModifier and TypeClassDescriptionclassTemporal float instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tint
Subclasses of TInstant in types.basic.tintModifier and TypeClassDescriptionclassTemporal integer instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tpoint
Subclasses of TInstant in types.basic.tpointModifier and TypeClassDescriptionclassBase abstract class for TGeomPointInt and TGeogPointIntMethods in types.basic.tpoint that return TInstantModifier and TypeMethodDescriptiondefault TInstantTPoint.nearest_approach_instant(Object other) Returns the nearest approach instant between the temporal point and "other". -
Uses of TInstant in types.basic.tpoint.tgeog
Subclasses of TInstant in types.basic.tpoint.tgeogModifier and TypeClassDescriptionclassTemporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point. -
Uses of TInstant in types.basic.tpoint.tgeom
Subclasses of TInstant in types.basic.tpoint.tgeomModifier and TypeClassDescriptionclassTemporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point. -
Uses of TInstant in types.basic.ttext
Subclasses of TInstant in types.basic.ttextModifier and TypeClassDescriptionclassTemporal text instant class inherited from temporal instant. -
Uses of TInstant in types.temporal
Methods in types.temporal with parameters of type TInstantModifier and TypeMethodDescriptionTemporal.append_instant(TInstant instant, float max_dist, Duration max_time) Returns a new :class:`Temporal` object equal to `self` with `instant` appended.