Lock multi-images sample
Lock multi-images provides useful features for users to work with overlapping imagery. For example this tool can be used to detect change and improve the determination of overlaps in existing imagery. Lock multi-images provides users with the Rasters in Current View table listing images that intersect with the current view along with their associated attributes. The user can then select one or more intersecting images of interest in the table. When the user clicks OK in the table window, a new group layer is created for each selected raster and this layer is locked to the selected rasters.
Lock multi-images also enables the user to output shape files defining mosaic limits of the current view and shape files that define footprints of images in the current view.
Software requirements
| • | Products:Microsoft Visual Basic 6.0 |
| • | Platforms:Microsoft Windows |
| • | Minimum Requirements: ArcGIS 9.3 or higher versions |
The following table lists the project files that you need in order to run the Lock multi-images feature in ArcMap.
Project Files |
Description |
LockMultiImages.vbp |
The VB project file for Lock multi-images. |
clsExport.cls |
The VB class file contains the ICommand implementation. |
Module1.bas |
This bas module contains important functions that are used throughout the project. |
Form1.frm |
The VB form contains the Attribute table control used for the display of rasters. |
LockMultiImages.dll |
The compiled project. |
|
The sample VB6 files for the Lock MultiImages feature are in \Program Files\Image Server\Developer Kit\Client Applications\Samples\LockMultiImages folder. |
Key Libraries: Catalog, CatalogUI, System, DataSourcesFile, Carto, GeoDatabase, Display,Geodatabase,
Geometry,Datasource,ArcMap
Key Interfaces: ICommand, IMxDocument, IApplication, ITablewindow,ILayer