Temporal Geometry Types

Input and Output

Conversions

Spatial Reference System

Bounding Box Operations

  • expandSpace: Return the spatiotemporal bounding box expanded in the spatial dimension by a float value

Accessors

Transformations

  • 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

  • affine: Return the 3D affine transform of a temporal point to do things like translate, rotate, scale in one step

  • rotate: Return a temporal point rotated counter-clockwise about the origin point

  • scale: Return a temporal point scaled by given factors

  • asMVTGeom: Transform a temporal geometric point into the coordinate space of a Mapbox Vector Tile

  • stops: Extract from a temporal geometry point with linear interpolation the subsequences where the point stays within an area with a specified maximum size for at least the given duration

Restrictions

Distance Operations

  • |=|: 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

Spatial Relationships

Ever or Always Spatial Relationships

Temporal Spatial Relationships