polygon

Used to define geographic polygons to be used by the scheduling applications and services.

Syntax:

[ DynamicComponentDependency ] polygon PolygonName {
[ TimeSpanUOM ] [ TimeZoneOverride ] [ ChangeDetection ] [ CustomChangeHandler ] #SqlDml.QueryBlock ;
}

Mandatory columns

Column Name Data Type Description Default Value
id String(32) Unique identifier.

Optional columns

Column Name Data Type Description Default Value
description String(100) Description of polygon.
latitude_1 Double North west latitude.
latitude_2 Double North east latitude.
latitude_3 Double South east latitude.
latitude_4 Double South west latitude.
longitude_1 Double North west longitude.
longitude_2 Double North east longitude.
longitude_3 Double South east longitude.
longitude_4 Double South west longitude.
polygon_type String(32) The type of application the polygon represents.


            polygon Polygon {{SelectName}} {
               SELECT
                     ..                  id,
                  -- optional columns
                     ..                  description,
                     ..                  latitude_1,
                     ..                  latitude_2,
                     ..                  latitude_3,
                     ..                  latitude_4,
                     ..                  longitude_1,
                     ..                  longitude_2,
                     ..                  longitude_3,
                     ..                  longitude_4,
                     ..                  polygon_type
               FROM {{sourceTableName}}
               WHERE ...;
            }

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

PolygonName

Syntax:

<Identifier>


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