Skip to content

Esri/coordinate-conversion-addin-dotnet

Repository files navigation

coordinate-conversion-addin-dotnet

Beginning at ArcGIS Pro 2.6 this functionality is installed with ArcGIS Pro. This repository will only be updated with critical fixes to ArcGIS Desktop.

Coordinate Conversion window in ArcGIS Pro Coordinate Conversion allows analysts to input and quickly convert coordinates between several common formats, including Universal Transverse Mercator (UTM) and Military Grid Reference System (MGRS).

Image of Coordinate Conversion Addin

Features

  • Convert several coordinate formats in one dialog
  • Copy coordinates to support other applications
  • Customize output format for converted coordinates
  • Import and export coordinate lists

Sections

Requirements

Build Requirements

Run Requirements

  • ArcGIS for Desktop
    • ArcMap 10.4.1+
    • ArcGIS Pro 2.2+

Instructions

General Help

Getting Started with the Coordinate Conversion Addin (.NET)

Development Environment

  • Building
    • 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 coordinate-conversion-addin-dotnet\source\CoordinateConversion
      • msbuild CoordinateConversion.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
      • cd coordinate-conversion-addin-dotnet\source\CoordinateConversion\CoordinateConversionLibrary.Tests\bin\Release
      • MSTest /testcontainer:CoordinateConversionLibrary.Tests.dll
    • 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

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

Contact the Military Tools team

Licensing

Copyright 2018 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.