Uses of Interface
types.basic.tpoint.TPoint
Packages that use TPoint
Package
Description
-
Uses of TPoint in types.basic.tpoint
Classes in types.basic.tpoint that implement TPointModifier and TypeClassDescriptionclassBase abstract class for TGeomPointInt and TGeogPointIntclassBase abstract class for TGeomPointSeq and TGeogPointSeqclassBase abstract class for TGeomPointSeqSet and TGeogPointSeqSetMethods in types.basic.tpoint that return TPointModifier and TypeMethodDescriptiondefault TPointReturns a new temporal object with the values of "this" restricted to "other".default TPointReturns a new temporal object with the values of "this" restricted to the complement of "other".default TPointTPoint.round(int max_decimals) Round the coordinate values to a number of decimal places.default TPointTPoint.set_srid(int srid) Returns a new TPoint with the given SRID.default TPointTPoint.transform(int srid) Methods in types.basic.tpoint that return types with arguments of type TPointModifier and TypeMethodDescriptionTPoint.make_simple()Split the temporal point into a collection of simple temporal points.TPoint.values(int precision) Returns the values of the temporal point.Methods in types.basic.tpoint with parameters of type TPoint -
Uses of TPoint in types.basic.tpoint.tgeog
Subinterfaces of TPoint in types.basic.tpoint.tgeogModifier and TypeInterfaceDescriptioninterfaceClass that represents the MobilityDB type TGeogPoint used forTGeogPointInst,TGeogPointSeqandTGeogPointSeqSetClasses in types.basic.tpoint.tgeog that implement TPointModifier and TypeClassDescriptionclassTemporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.classTemporal geographic point sequence class inherited from temporal point sequence and implementing temporal geographic point.classTemporal geographic point sequence set class inherited from temporal point sequence set and implementing temporal geographic point. -
Uses of TPoint in types.basic.tpoint.tgeom
Subinterfaces of TPoint in types.basic.tpoint.tgeomModifier and TypeInterfaceDescriptioninterfaceClass that represents the MobilityDB type TGeomPoint used forTGeomPointInst,TGeomPointSeqandTGeomPointSeqSetClasses in types.basic.tpoint.tgeom that implement TPointModifier and TypeClassDescriptionclassTemporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point.classTemporal geometric point sequence class inherited from temporal point sequence and implementing temporal geometric point.classTemporal geometric point sequence set class inherited from temporal point sequence set and implementing temporal geometric point. -
Uses of TPoint in types.boxes
Methods in types.boxes with parameters of type TPointModifier and TypeMethodDescriptionstatic STBoxSTBox.from_tpoint(TPoint temporal) Returns the bounding box of a "TPoint" instance as an "STBox".floatSTBox.nearest_approach_distance_tpoint(TPoint other) Returns the distance between the nearest points of "this" and "other".