IAIS Client Application sample

This is an ArcGIS Image Server client sample written in the C++, C# and VB 6.0 development environment to work with ArcGIS 9.3 and higher versions. It has the following functionalities implemented:

Open the selected image service
View and modify service properties
Extract the overview image of the service
Compute histogram statistics of the service
Save the image to a file
Get the image information
Get the server information
Close the image service

The default arguments given to the application are as follows:

<Image Service name> <XMin> <YMin> <XMax> <YMax> <Cols> <Rows> <Output File>

The following are the samples in C++, C#, and VB 6.0 to show how the IAISClient is used. Check for comments in the code.

IAIS Client Sample in C++
IAIS Client Sample in C#
IAIS Client Sample in VB