Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Latest commit

 

History

History

addins

visibility-addins-dotnet

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.

Image of Visibility Add-In

Features

  • 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

Sections

Requirements

Build Requirements

Run Requirements

  • ArcGIS for Desktop
    • ArcMap 10.3.1+
    • ArcGIS Pro 2.0+
    • 3D Analyst and Spatial Analyst extensions installed and licensed

Instructions

Build Instructions

  • 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

* 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

Running

Resources

Licensing

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.