-
Notifications
You must be signed in to change notification settings - Fork 7
Publish 3D Services
Joe Bayles edited this page Jan 30, 2017
·
1 revision
In order to be used within 3D web applications a couple of layers must be published that are created using the Multipatch Geometry Type.
- Ensuring that you have successfully completed Step 7 of the Copy Sample Data to section, your AirC2_ACO_POLYGON feature class should contain a number of features representing the current Airspace Control Means derived from the Airspace Control Order.
- Open ArcCatalog.
- Open the Airspace Management Tools toolbox in tools folder.
- Double-click the Convert Airspace Control Order to 3D script.
- Specify the following parameters:
- Source: The AirC2_ACO_Polygon feature class generated using the Process Airspace Control Order Script within your Enterprise Geodatabase.
- Elevation Model: The DEM source raster, which provides the elevation values for the calculation. If you want to generate features that are above sea level (flat top and bottom) then a raster with a constant value of 0 is needed, detailed instructions on how to create this are contained within the tool help.
- Target Workspace: The target workspace to write the output file to, it will automatically be named AirC2_ACO_Polygon3D.
- Click OK to run the tool.
- Once the script has completed open the ArcGIS Pro project created in the Publish 2D section.
- Create a new scene.
- Add the AirC2_ACO_POLYGON_3D multipatch feature class to the scene.
- Apply desired symbology.
- Share the Layer as a Web Layer with the following properties:
- Name: AirC2_ACO_POLYGON_3D (scene layers are published as a hosted feature service so no need to prefix service name with the AirC2 folder).
- Layer Type: Scene.
- Summary: Scene displaying the Airspace control means derived from the Airspace Control Order symbolized by the control means type. Used with the AirC2 3D App.
- Tags: AirC2, ACO, Airspace Control Order, Air Plan, Air Operations, Military
The projection of the DEM must be WGS 1984 Web Mercator Auxiliary Sphere coordinate system (ESPG: 102100) to match the projection of the base mapping within portal.
This script can take some time to process depending on the number of features in the ACO and the resolution of the DEM used.
Optionally you can create 3D threat areas around each of your target locations, to achieve this use the Range Dome Analysis template.