EN
Español
English
Português
    AFLS_ZONE_POLYGON

    table to store the points necessary to demarcate the polygon corresponding to the given zone configured in the system

    Data model

    Fields

    Field Type Description
    data_id* INT Primary Table Key
    data_order_id* INT Column that allows you to store the order of the points in the configured polygon
    data_x* FLOAT Column containing the x-axis value corresponding to the point of the polygon
    data_y* FLOAT Column containing the y-axis value corresponding to the point of the polygon
    datazone_id* INT Column containing the id of the corresponding zone

    Primary Key

    PK_AFLS_ZONE_POLYGON
    data_id