Beginning at ArcGIS Pro 2.6 this functionality is installed with ArcGIS Pro.
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).
- Convert several coordinate formats in one dialog
- Copy coordinates to support other applications
- Customize output format for converted coordinates
- Import and export coordinate lists
- Visual Studio 2015
- Important Note: Visual Studio 2013 may also be required if building on ArcGIS 10.4.1-10.5.1
- ArcGIS for Desktop
- ArcMap 10.4.1+
- ArcGIS Pro 2.2+
- ArcGIS Desktop SDK for .NET 10.4.1+
- ArcGIS Pro SDK 2.2+
- ArcGIS for Desktop
- ArcMap 10.4.1+
- ArcGIS Pro 2.2+
- 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
- To Build Using Visual Studio
- Coordinate Conversion online documentation
- Military Tools for ArcGIS
- Military Tools for ArcGIS Solutions Pages
- ArcGIS for Defense Downloads
- ArcGIS Blog
- ArcGIS Solutions Website
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.
Contact the Military Tools team
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.