Skip to content

Configure GeoEvent Definitions

Joe Bayles edited this page Jan 31, 2017 · 1 revision

To run the simulations and configure services GeoEvent must have a number of event definitions created or imported from feature classes.

  1. Create a new GeoEvent Definition named Airc2-CivilianAirtracksIn. Use the following table as a guide to create the fields.
  2. Name Type Cardinality Tags
    OID Integer 1
    ident Integer 1
    lat Double 1
    lon Double 1
    id String 1 TRACK_ID
    alt Double 1
    gs Integer 1
    time Date 1 TIME_START
    heading Integer 1
    geometry Geometry 1 GEOMETRY
  3. Create a new GeoEvent Definition named Airc2-MilitaryAirtracksIn. Use the following table as a guide to create the fields.
  4. Name Type Cardinality Tags
    OID Integer 1
    ident Integer 1
    lat Double 1
    lon Double 1
    id String 1 TRACK_ID
    alt Double 1
    heading Integer 1
    time Date 1 TIME_START
    SIDC_2525D String 1
    geometry Geometry 1 GEOMETRY
  5. Create a new GeoEvent Definition named Airc2-Update_ACO_Status. Use the following table as a guide to create the fields.
  6. Name Type Cardinality Tags
    name String 1 TRACK_ID
    status String 1
  7. Create a new GeoEvent Definition named Airc2-Update_Airspace_Alert. Use the following table as a guide to create the fields.
  8. Name Type Cardinality Tags
    callsign String 1 TRACK_ID
    lat Double 1
    long Double 1
    alt Double 1
    alerttime DATE 1 TIME_START
    geometry Geometry 1 GEOMETRY
  9. Create a new GeoEvent Definition named Airc2-UpdateFeature-MilitaryAirTracks-FieldMapper. Use the following table as a guide to create the fields.
  10. Name Type Cardinality Tags
    uniquedesignation String 1 TRACK_ID
    x Double 1
    y Double 1
    z Double 1
    datetimevalid DATE 1 TIME_START
    symbolid_2525d String 1
    geometry Geometry 1 GEOMETRY
  11. Create a new GeoEvent Definition named Airc2-UpdateFeatureService-CivilianAirTracks-FieldMapper. Use the following table as a guide to create the fields.
  12. Name Type Cardinality Tags
    OID Integer 1
    ident Integer 1
    lat Double 1
    lon Double 1
    id String 1 TRACK_ID
    alt Double 1
    gs Integer 1
    time DATE 1 TIME_START
    heading Integer 1
    geometry Geometry 1 GEOMETRY