Giter VIP home page Giter VIP logo

arcgis-pro-sdk-cim-viewer's Introduction

arcgis-pro-sdk-cim-viewer

Contains the source code for the 'CIM Viewer' ArcGIS Pro Add-in which allows inspection and modification of underlying CIM models.

Language:              C#
Subject:               Framework, Map Authoring
Contributor:           ArcGIS Pro SDK Team <[email protected]>
Organization:          Esri, http://www.esri.com
Date:                  6/22/2022
ArcGIS Pro:            2.8
Visual Studio:         2019
.NET Target Framework: .NET Framework 4.8

Overview

The CIMViewer can be used to examine layer, map (2D or 3D), and layout CIM definitions. Select a layer, map, scene, or layout in the TOC with the viewer open and its CIM definition will be loaded into the XML Editor. The XML Editor uses the AvalonEdit control which provides syntax colorization and formatting. Cut, Copy, Paste, and XML Validation have been added in the Add-in so the XML editing experience is reasonably functional though not as rich as a fully fledged commercial editor like XML Spy. However, it is a simple task of copy/pasting the CIM XML into a commercial editor if that level of XML manipulation is desired.

The Save button will save any changes you make back to the layer, map, scene, or layout whose CIM definition you loaded. However, there is not much of a safety net to protect you against making really bad xml or other inadvertant mistakes so use the Save functionality with caution. The primary use of the CIM Viewer is to allow you, the developer, to decipher the inner workings or "guts" of the CIM and how it affects the configuration of your Pro project at any given point in time. In other words, it is a learning or educational tool that can be used to help you in your Pro development efforts. It is not a customization or configuration tool.

A second add-in, CIMViewerAnno*, has been added to the CIMViewerSolution. CIMViewerAnno adds a dockpane that allows you to view the CIMTextGraphic of annotation features. With at least one annotation layer loaded into the current map, select annotation features to load their CIM (similar to the way the CIMViewer works). You will see a preview image of the selected text graphic along with its CIM definition. You can use the standard Pro select tool or the custom select tool provided with the CIMViewerAnno add-in.

*Not included in the 3.3 sample.

At 3.0 the CIM Viewer has been updated to incorporate API breaking changes as well as the move to .NET 6 and Visual Studio 2022. However, because many developers may still be on 2.x versions of Pro, the original 2.x solution and projects have been left in the master branch of the repo (for convenience).

For the 3.0+ (latest) version you must: Install ArcGIS Pro 3.0+ and SDK, Visual Studio 2022 v17.2 or better (and .NET 6.0.5). Open the solution called CIMViewer_3.0.sln.

At 3.3 the CIM Viewer has been updated to incorporate .NET 8 and Visual Studio 2022 17.8 (or later). However, because many developers may still be on 2.x versions and 3.0 - 3.2 versions of Pro, the original 2.x solution, 3.0 solution and associated projects have been left in the master branch of the repo (for convenience). Note: the CIMViewerAnno tool is only in the 2.x and 3.0 versions of the solution. It is not included in the sample for 3.3+.

For the 3.3+ (latest) version you must: Install ArcGIS Pro 3.3+ and SDK, Visual Studio 2022 v17.8 or better (which includes .NET 8). Open the solution called CIMViewer_3.3.sln.

UI

ArcGIS Pro 3.3 (minimum requirement)

  • Migrated to ArcGIS Pro 3.3 and Visual Studio 2022 v17.8+ and .NET 8

ArcGIS Pro 3.0 (minimum requirement)

  • Migrated to ArcGIS Pro 3.0 and Visual Studio 2022

ArcGIS Pro 2.5 2.8

  • Support for layouts and layout elements added
  • A CIMViewerAnno project is added to allow you to view and edit anno text graphics CIM xml.
  • .NET 4.8 and Visual Studio 2019 is required
  • Enhancements added for new events added in 2.8.
  • Updates to the CIMPreviewSymbol

UI

Note: For the 2.x flavor: You must install Pro SDK 2.5 2.8. This version of the CIM Viewer will not work with earlier versions of Pro. They do not contain the layout and annotation APIs.

CIM Viewer tool, CIMViewerAnno, and PreviewSymbol resources

All add-ins require the ArcGIS Pro SDK

All add-ins require a third party nuget called AvalonEdit and a third party nuget called Extended.Wpf.Toolkit.

When you first rebuild your solution those nuget are usually updated (or installed) auomatically. However, if that is not the case, you can use the NuGet Package manager inside Visual Studio (Tools->NuGet Package Manager->Manage NuGet Packages for Solution...).

NuGet

NuGet

You don't have the NuGet Package Manager installed? Find it here or go to Tools->Extensions and Updates and search for "NuGet Package Manager" You are not familiar with NuGets? Watch this tutorial

Note: PreviewSymbol uses a Nuget Package reference as opposed to the older "Packages.config". Visual Studio 2019 should be used to build the PreviewSymbol add-in.

Note:
If your References to the ArcGIS Pro Assemblies in the CIMViewer solution are broken (because your ArcGIS Pro is installed to a different location than the CIMViewer add-in projects reference) don't forget to use the Pro Fix References utility that comes with the Pro SDK to fix them

ProSDK

How to use the CIM Viewer tool

  1. Make sure you have re-built the CIM Viewer tool and the add-in is available in ArcGIS Pro.
  2. Start ArcGIS Pro.
  3. Open any project file with a map or scene. Click on the "CIM Viewer" tab on the ribbon and then on the "Show CIMViewer" button.
    UI
  4. Open the "Contents" dockpane and select any layer in the TOC of the map or scene.
    UI
  5. View the "Cartographic Information Model Viewer" dockpane to see and/or manipulate the CIM for the selected layer.
    UI
  6. To "post" (or save) any changes you made in the "Cartographic Information Model Viewer" dockpane back to ArcGIS Pro you can click the 'Save' button.
  7. Select the map or scene node in the TOC to view its CIM UI

CIMViewerAnno tool

  1. Make sure you have the add-in built and available
  2. Start ArcGIS Pro
  3. Open any project that has an annotation layer
  4. Open the CIMAnnoDockPane
  5. Select any annotation feature to load its text graphic CIM definition UI
  6. If you make changes to the CIM definition you can use "Preview" to change the preview image on the dockpane without changing the underlying annotation feature.
  7. Select "Save" to apply your changes to the selected annotation feature (assuming you have the appropriate write permissions on the annotation feature class).

Note: Save will fail if you do not have edit permissions on the anno feature class or annoFeatureClassDef.AreSymbolOverridesAllowed() returns false.

Only included in the 2.x and 3.0 sample

PreviewSymbol tool

  1. Make sure you have the add-in built and available
  2. Start ArcGIS Pro
  3. Open any project that has feature layers and/or anno layers
  4. Open the CIMPreviewSymbol dockpane
  5. Select any feature or anno feature to load its symbol into the viewer
  6. If you select an anno feature and a vector feature then the anno feature takes precedence UI
  7. If you make changes to the CIM definition of the symbol you can use "Preview" to view those changes on the dockpane.
  8. Select "Reset" to set the content back to the "original" selected symbol.
  9. Use PreviewSymbol to help you understand the internal structure of CIM Symbols. It does not apply any edits to the symbol CIM back to the selected feature.

ArcGIS Pro SDK Resources

Samples Data

  • Sample data for ArcGIS Pro SDK Community Samples can be downloaded from the repo releases page.

Requirements

The requirements for the machine on which you develop your ArcGIS Pro add-ins are listed here.

ArcGIS Pro

  • ArcGIS Pro 3.3+
  • ArcGIS Pro 3.0+
  • ArcGIS Pro 2.5 2.8

Supported platforms

  • Windows 11
  • Windows 10 (Home, Pro, Enterprise) (64 bit)
  • Windows 8.1 (Pro, and Enterprise) (64 bit)

Supported .NET framework

  • version 3.3+ - Microsoft .NET 8+
  • version 3.0+ - Microsoft .NET 6.0.5+
  • version 2.x - Microsoft .NET Framework 4.8 Developer Pack

Supported IDEs

  • version 3.3+ - Visual Studio 2022 17.8+
  • version 3.0+ - Visual Studio 2022 17.2+
  • version 2.x - Visual Studio 2019 (Professional, Enterprise, and Community Editions)

Note: ArcGIS Pro system requirements

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Refer to this wiki for detailed instructions on the ArcGIS Pro SDK Samples submission process.

Licensing

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

      ArcGIS Pro SDK for Microsoft .NET Framework              Home | API Reference | Requirements | Download | Samples

arcgis-pro-sdk-cim-viewer's People

Contributors

arcgisprosdk avatar cmac3095 avatar wolf-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

arcgis-pro-sdk-cim-viewer's Issues

Can you provide the AddIn file for CIM viewer for ArcPro 3.0?

Hi @arcgisprosdk,

I have found the CIM viewer incredibly useful when developing python code for ArcPro. I have recently upgraded to version 3.0 and discovered that this breaks the AddIns. I work at a University and they have yet to provided visual studio 2022 as official supported software so I cannot compile the newest version on CIM viewer for ArcPro 3.0. I'm also not ready to replace my existing development environment with the express edition.

As with all AddIns they are a single file that can be added to the Application. Please could provide a link to the compiled AddIn so I can simply add it to my ArcPro. I think by providing the AddIn file you are likely to get a better uptake of it as for non-application developers visual studio is quite daunting .

Exception when opening PreviewSymbolDockpane.xaml in designer

Severity	Code	Description	Project	File	Line	Suppression State
Error		Type reference cannot find type named '{clr-namespace:ActiproSoftware.Windows.Controls.Docking;assembly=ArcGIS.Desktop.Docking.Wpf}ToolWindow'.	PreviewSymbol	D:\repos\esri\arcgis-pro-sdk-cim-viewer\PreviewSymbol\UIX\PreviewSymbolDockpane.xaml	1	

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.