Operations for Temporal Network Points

Static Network Types

Constructors

  • npoint: Constructor for network points

  • nsegment: Constructor for network segments

Accessors

Transformations

  • round: Round the position(s) of the network point or the network segment to the number of decimal places

Spatial Operations

  • ::: Convert a network point to a geometry

  • ::: Convert a geometry to a network point

  • equals: Spatial equality for network points

Comparisons

  • =: Are the values equal?

  • <>: Are the values different?

  • <: Is the first value less than the second one?

  • >: Is the first value greater than the second one?

  • <=: Is the first value less than or equal to the second one?

  • >=: Is the first value greater than or equal to the second one?

Temporal Network Points

Constructors

  • tnpoint: Constructor for temporal network points from a base value and a time value

  • tnpointSeq: Constructors for temporal network points of sequence subtype

  • tnpointSeqSet: Constructor for temporal network points of sequence set subtype

Conversions

Operations

Aggregations