Using GIS services for analysis
We have learned how to visualize our services, overlay more than one service together, and even write code to consume the services. Now, we need to put these services to use. We will do this by asking a question and trying to answer it by analyzing the different map services and trying to use the power of GIS. Put on your detective hat and let us start!
Prerequisites
Before we start, we need to publish some more new map services, Inspection
, Construction
, and Outage
for each scenario. You can find their map documents at Chapter03\Code\7364EN_03_Files\AGSA\Documents
. The Inspections_Scenario1
, Inspections_Scenario2
, Outage_Scenario1
, and Outage_Scenario2
files can be located in the Utility
geodatabase, while Constructions_Scenario1
and Constructions_Scenario2
are polygon feature classes that can be found in the Projects
geodatabase.
Tip
To do
Publish the map documents Constructions_Scenario_1.mxd
, Constructions_Scenario_2.mxd
, Inspections_Scenario_1.mxd
, Inspections_Scenario_2...