polylinepoint

A polyline point defines a point on the map with latitude and longitude.

Syntax:

[ DynamicComponentDependency ] polylinepoint PolylinePointName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
polyline_id String(32) The id of the polyline the polyline point belongs to
sequence Number Squence point of the polyline point in the polyline
latitude Double The latitude of the polyline point
longitude Double The longitude of the polyline point


            polylinepoint PolylinePoint {{SelectName}} {
               SELECT
                     ..                  polyline_id,
                     ..                  sequence,
                     ..                  latitude,
                     ..                  longitude
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

PolylinePointName

Syntax:

<Identifier>


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