A.4. Functions and Operators for Temporal Network Points

A.4.1. Static Network Types

A.4.1.1. Constructor Functions

  • npoint: Constructor for network points

  • nsegment: Constructor for network segments

A.4.1.2. Accessor Functions

A.4.1.3. Modification Functions

  • setPrecision: Set the precision of the position(s) of the network point or the network segment to the number of decimal places

A.4.1.4. Spatial Functions

  • ::: Cast a network point to a geometry

  • ::: Cast a geometry to a network point

  • equals: Spatial equality for network points

A.4.1.5. Comparison Operators

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

A.4.2. Temporal Network Points

A.4.2.1. Constructors

  • tnpoint_inst: Constructor for temporal network points of instant subtype

  • tnpoint_instset: Constructors for temporal network points of instant set subtype

  • tnpoint_seq: Constructor for temporal network points of sequence subtype

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

A.4.2.2. Casting

A.4.2.3. Functions and Operators

A.4.2.4. Aggregate Functions