An ArcGIS Desktop add-in providing visibility tools. These tools use elevation data paired with observer and target information to produce Linear Line of Sight (LLOS) and Radial Line of Sight (RLOS) information.
- Linear Lines of sight (LLOS)
- Radial Line of Sight (RLOS)
- Specifying observer and target locations by entering inputs manually or by clicking on the map
- Use one or multiple observers and one or multiple targets to perform analysis
- Add-in for ArcGIS Pro and ArcMap
- Visual Studio 2015
- ArcGIS for Desktop
- ArcMap 10.3.1+
- ArcGIS Pro 2.0+
- ArcGIS Desktop SDK for .NET 10.3.1+
- ArcGIS Pro SDK 2.0+
- ArcGIS for Desktop
- ArcMap 10.3.1+
- ArcGIS Pro 2.0+
- 3D Analyst and Spatial Analyst extensions installed and licensed
- To Build Using Visual Studio
*
- Open and build solution file
- To use MSBuild to build the solution
- Open a Visual Studio Command Prompt: Start Menu | Visual Studio 2015 | Visual Studio Tools | Developer Command Prompt for VS2015
cd visibility-addin-dotnet\source
msbuild Visibility.sln /property:Configuration=Release
- To run Unit test from command prompt: Open a Visual Studio Command Prompt: Start Menu | Visual Studio 2015 | Visual Studio Tools | Developer Command Prompt for VS2015
- ArcMap
cd visibility-addin-dotnet\source\Visibility\ArcMapAddinVisibility.Tests\bin\Release
MSTest /testcontainer:ArcMapAddinVisibility.Tests.dll
- ArcGIS Pro
cd visibility-addin-dotnet\source\Visibility\ProAppVisibilityModule.Tests\bin\Release
vstest.console.exe ProAppVisibilityModule.Tests.dll /InIsolation /platform:x64
- Note: MsTest does not have a platform option (Pro must be run as x64), so must use VsTest
- ArcMap
*
Note : Assembly references are based on a default install of the SDK, you may have to update the references if you chose an alternate install option
- To download and run the pre-built add-in, see the instructions at solutions.arcgis.com
- ArcGIS for Defense Visibility Component
- Military Tools for ArcGIS
- Military Tools for ArcGIS Solutions Pages
- ArcGIS for Defense Solutions Website
- ArcGIS for Defense Downloads
- ArcGIS 10.X Help
- ArcGIS Pro Help
- ArcGIS Blog
- @EsriDefense
Copyright 2016-2017 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.