We have a system that brings in the Lat/Lon of field units. They are made available to my application by our message bus. I'm wanting to find out if an incoming unit is within any of our "Areas Of Interest". My thought was to load the "Area Of Interest" layer from teh GIS server into memory and as the unit locations come in, check them all in memory. The application would not have a display, and would run in the background and if a unit falls inside of the area of interest, it would send a message via our message bus. Questions:
- Can I have a Qt application utilizing the Qt Runtime with no display
- Can I pull a layer from the ArcGIS server on startup and load it into memory for query