com.esri.arcgis.datasourcesraster
Interface IAISImageService3X

All Superinterfaces:
IAISImageService2X, IAISImageServiceX, Serializable

public interface IAISImageService3X
extends IAISImageService2X, Serializable

IAISImageService3X Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean queryImageData(byte[] pImageData)
          Gets the last requested AOI image.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IAISImageService2X
getImageInfo
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IAISImageServiceX
applyServiceProperties, close, extractAoi, getBufferSize, getImageInBuffer, getImageMetadata, getMetaData, getProperty, getServiceInfo, getServiceProperties, getStatus, init, setProperty, setServiceProperties
 

Method Detail

queryImageData

boolean queryImageData(byte[] pImageData)
                       throws IOException,
                              AutomationException
Gets the last requested AOI image.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pImageData - An unsigned byte (in)
Returns:
The pRetStatus
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.