Uses of Class
types.temporal.TInstant
Package
Description
-
Uses of TInstant in types.basic.tbool
Modifier and TypeClassDescriptionclass
Temporal boolean instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tfloat
Modifier and TypeClassDescriptionclass
Temporal float instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tint
Modifier and TypeClassDescriptionclass
Temporal integer instant class inherited from temporal instant. -
Uses of TInstant in types.basic.tpoint
Modifier and TypeClassDescriptionclass
Base abstract class for TGeomPointInt and TGeogPointIntModifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Temporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point. -
Uses of TInstant in types.basic.ttext
Modifier and TypeClassDescriptionclass
Temporal text instant class inherited from temporal instant. -
Uses of TInstant in types.temporal
Modifier and TypeMethodDescriptionTemporal.append_instant
(TInstant instant, float max_dist, Duration max_time) Returns a new :class:`Temporal` object equal to `self` with `instant` appended.