asText
: Return the Well-Known Text (WKT) representation
asEWKT
: Return the Extended Well-Known Text (EWKT) representation
asMFJSON
: Return the Moving Features JSON representation
asBinary
: Return the Well-Known Binary (WKB) representation
asEWKB
: Return the Extended Well-Known Binary (EWKB) representation
asHexEWKB
: Return the Hexadecimal Extended Well-Known Binary (EWKB) representation as text
tgeompointFromText
, tgeogpointFromText
: Input a temporal geometry/geography point from a Well-Known Text (WKT) representation
tgeompointFromEWKT
, tgeogpointFromEWKT
: Input a temporal geometry/geography point from an Extended Well-Known Text (EWKT) representation
tgeompointFromMFJSON
, tgeogpointFromMFJSON
: Input a temporal geometry/geography point from a Moving Features JSON representation
tgeompointFromBinary
, tgeogpointFromBinary
: Input a temporal geometry/geography point from a Well-Known Binary (WKB) representation
tgeompointFromEWKB
, tgeogpointFromEWKB
: Input a temporal geometry/geography point from an Extended Well-Known Binary (EWKB) representation
tgeompointFromHexEWKB
, tgeogpointFromHexEWKB
: Input a temporal geometry/geography point from an Hexadecimal Extended Well-Known Binary (EWKB) representation as text
SRID
: Return the spatial reference identifier
setSRID
: Set the spatial reference identifier
transform
, transformPipeline
: Transform to a different spatial reference
expandSpace
: Return the spatiotemporal bounding box expanded in the spatial dimension by a float value
trajectory
: Return the trajectory
getX
, getY
, getZ
: Return the X/Y/Z/T coordinate values as a temporal float
isSimple
: Return true if the temporal point does not spatially self-intersect
length
: Return the length traversed by the temporal point
cumulativeLength
: Return the cumulative length traversed by the temporal point
speed
: Return the speed of the temporal point in units per second
twCentroid
: Return the time-weighted centroid
direction
: Return the direction
azimuth
: Return the temporal azimuth
angularDifference
: Return the temporal angular difference
bearing
: Return the temporal bearing
round
: Round the coordinate values to a number of decimal places
makeSimple
: Return an array of fragments of the temporal point which are simple
geoMeasure
: Construct a geometry/geography with M measure from a temporal point and a temporal float
asMVTGeom
: Transform a temporal geometric point into the coordinate space of a Mapbox Vector Tile
|=|
: Return the smallest distance ever
nearestApproachInstant
: Return the instant of the first temporal point at which the two arguments are at the nearest distance
shortestLine
: Return the line connecting the nearest approach point
<->
: Return the temporal distance
eContains
, aContains
: Ever or always contains
eDisjoint
, aDisjoint
: Is ever or always disjoint
eDwithin
, aDwithin
: Is ever or always at distance within
eIntersects
, aIntersects
: Ever or always intersects
eTouches
, aTouches
: Ever or always touches
tContains
: Temporal contains
tDisjoint
: Temporal disjoint
tDwithin
: Temporal distance within
tIntersects
: Temporal intersects
tTouches
: Temporal touches