The ADAPT Visualizer is a .Net WinForms Utility that includes the ability to import data from a valid plugin, navigate a tree-view control, display grids and themed spatial data, and export the data. Desired improvements in the form of pull requests welcome.
- Click the Import button.
- On the import dialog
- Browse to a directory that contains a valid ADAPT Plugin and click Load Plugins
- Click Load Plugins
- One or more Plugins should show up.
- Browse to the source of the data and click Import.
- A small "Import complete" dialog will pop up when complete. Note, if you have changed focus during the import, you won't see this popup automatically.
- Data will display in a tree view at left, reflecting the ADAPT Framework ApplicationDataModel.
- Where LoggedData exists with spatial detail, expand Documents, LoggedData and OperationData.
- Having selected an OperationData entity, the Visualizer will display a spatial view and grid view in the main window.
- The "map" may be themed using the dropdown at the top of that tab.
- The grid may be sorted by clicking the column headings.
- Import Data.
- Click the Export button.
- On the export dialog
- Browse to a directory that contains a valid ADAPT Plugin and click Load Plugins
- Click Load Plugins
- Select the desired Export plugin
- Click export.
Note: Due to how this utility uses MEF discoverability of plugins vs. direct references, a known issue is handling of the ADAPT RepresentationSystem.xml and UnitOfMeasureSystem.xml files (and the two additional resources required by the ISOv4Plugin). You may need to manually copy these from the ADAPT framework into a /Resources directory in the runtime directory of the Visualizer.