Skip to content

sishui198/visibility-addin-dotnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visibility-addin-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 1.4+
    • 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

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.

Repository Points of Contact

Repository Owner: Kevin

  • Merge Pull Requests
  • Creates Releases and Tags
  • Manages Milestones
  • Manages and Assigns Issues

Secondary: Patrick

  • Backup when the Owner is away

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.

[](Esri Tags: Military Analyst Defense ArcGIS ArcObjects .NET WPF ArcGISSolutions ArcMap ArcPro Add-In Military-Tools-for-ArcGIS) [](Esri Language: C-Sharp)

About

ArcGIS Add-in provides the capability to quickly do line of sight analyses.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%