traveltimepolygon

This contains entries for the weighting to be applied at a particular time to the travel time between two points if they intersect the defined polygon. Travel Time Polygon data only applies to polygons of type 'TTW'.

Syntax:

[ DynamicComponentDependency ] traveltimepolygon TravelTimePolygonName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
polygon_id String(32) The polygon_id to be used in determining if the weighting should be adjusted.
travel_time_profile_id String(32) The travel time profile identifier.
travel_time_weighting_id String(32) The travel time weighting identifier.

Optional columns

Column Name Data Type Description Default Value
weighting Double The multiplier to be applied to the travel time.


            traveltimepolygon TravelTimePolygon {{SelectName}} {
               SELECT
                     ..                  polygon_id,
                     ..                  travel_time_profile_id,
                     ..                  travel_time_weighting_id,
                  -- optional columns
                     ..                  weighting
               FROM {{sourceTableName}}
               WHERE ...;
            }

Note:   All selected columns must have correct aliases that match a IFS Scheduling TravelTimePolygon.

TravelTimePolygonName

Syntax:

<Identifier>


This page is generated from IFS Developer Studio at 2021-08-13 08:49.