IAISImageService
The IAISImageService is used to access image service functionalities.
[Visual Basic 6.0]
Dim myObject As IAISImageService
[C++]
IAISImageService clientObject;
[C#, .NET]
IAISImageService clientObject;
Properties
Name |
Description |
ServiceInfo |
Returns a ServiceInfo XML that defines the Image Service. |
ServiceProperties |
The properties of the Image Service object. |
Status |
Returns an XML string detailing the status of the last operation performed on this object. |
Methods
Name |
Description |
Init |
Initializes the ImageService object. |
GetMetaData |
Gets the ImageService Metadata XML. |
ApplyServiceProperties |
Applies the ImageService Properties XML. |
ExtractAoi |
Creates the image for the specified AOI. |
GetBufferSize |
Returns the size of buffer required for the last request AOI image |
GetImageInBuffer |
Returns the buffer for the last request AOI image. |
GetImageMetaData |
Gets the image metadata for the last AOI request. |
SetProperty |
Sets the value of the given property. |
GetProperty |
Gets the value of the given property. |
Requirements
Platform |
32 bit Windows OS (WinXP) |
Environment |
.NET Framework, COM, ANSI C / C++ Standard compliant |
Dependency |
ESRI.ImageServer.ISClient.dll (.NET Framework), ISClient.dll (COM/C++), ISClientC.dll (C/C++) |
Include |
isclientc.h (ANSI C) |