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 TypeClassDescriptionclass
Base abstract class for TGeomPointInt and TGeogPointIntclass
Base abstract class for TGeomPointSeq and TGeogPointSeqclass
Base abstract class for TGeomPointSeqSet and TGeogPointSeqSetMethods in types.basic.tpoint that return TPointModifier and TypeMethodDescriptiondefault TPoint
Returns a new temporal object with the values of "this" restricted to "other".default TPoint
Returns a new temporal object with the values of "this" restricted to the complement of "other".default TPoint
TPoint.round
(int max_decimals) Round the coordinate values to a number of decimal places.default TPoint
TPoint.set_srid
(int srid) Returns a new TPoint with the given SRID.default TPoint
TPoint.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 TypeInterfaceDescriptioninterface
Class that represents the MobilityDB type TGeogPoint used forTGeogPointInst
,TGeogPointSeq
andTGeogPointSeqSet
Classes in types.basic.tpoint.tgeog that implement TPointModifier and TypeClassDescriptionclass
Temporal geographic point instant class inherited from temporal point instant and implementing temporal geographic point.class
Temporal geographic point sequence class inherited from temporal point sequence and implementing temporal geographic point.class
Temporal 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 TypeInterfaceDescriptioninterface
Class that represents the MobilityDB type TGeomPoint used forTGeomPointInst
,TGeomPointSeq
andTGeomPointSeqSet
Classes in types.basic.tpoint.tgeom that implement TPointModifier and TypeClassDescriptionclass
Temporal geometric point instant class inherited from temporal point instant and implementing temporal geometric point.class
Temporal geometric point sequence class inherited from temporal point sequence and implementing temporal geometric point.class
Temporal 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 STBox
STBox.from_tpoint
(TPoint temporal) Returns the bounding box of a "TPoint" instance as an "STBox".float
STBox.nearest_approach_distance_tpoint
(TPoint other) Returns the distance between the nearest points of "this" and "other".