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 TypeClassDescriptionclass
Temporal boolean instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tfloat
Subclasses of TInstant in types.basic.tfloatModifier and TypeClassDescriptionclass
Temporal float instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tint
Subclasses of TInstant in types.basic.tintModifier and TypeClassDescriptionclass
Temporal integer instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tpoint
Subclasses of TInstant in types.basic.tpointModifier and TypeClassDescriptionclass
Base abstract class for TGeomPointInt and TGeogPointIntMethods in types.basic.tpoint that return TInstantModifier and TypeMethodDescriptiondefault TInstant
TPoint.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 TypeClassDescriptionclass
Temporal 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 TypeClassDescriptionclass
Temporal 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 TypeClassDescriptionclass
Temporal 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.