Uses of Interface
types.basic.tpoint.TPoint
Package
Description
-
Uses of TPoint in types.basic.tpoint
Modifier and TypeClassDescriptionclass
Base abstract class for TGeomPointInt and TGeogPointIntclass
Base abstract class for TGeomPointSeq and TGeogPointSeqclass
Base abstract class for TGeomPointSeqSet and TGeogPointSeqSetModifier 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) Modifier 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. -
Uses of TPoint in types.basic.tpoint.tgeog
Modifier and TypeInterfaceDescriptioninterface
Class that represents the MobilityDB type TGeogPoint used forTGeogPointInst
,TGeogPointSeq
andTGeogPointSeqSet
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Class that represents the MobilityDB type TGeomPoint used forTGeomPointInst
,TGeomPointSeq
andTGeomPointSeqSet
Modifier 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
Modifier 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".