com.esri.arcgis.datasourcesraster
Interface IAISImageService3X

All Superinterfaces:
IAISImageService2X, IAISImageServiceX, java.io.Serializable
All Known Implementing Classes:
IAISImageService3XProxy

public interface IAISImageService3X
extends IAISImageService2X, java.io.Serializable

COM Interface 'IAISImageService3X'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'IAISImageService3X Interface' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDafa68ca6_a23d_42f5_a69b_ae12e0899804
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAISImageService2X
IID715c27db_b9d8_4425_85bc_ee730aa493db
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAISImageServiceX
IIDe97d7801_6643_4529_b88f_9318a38206e6
 
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
 

Field Detail

IIDafa68ca6_a23d_42f5_a69b_ae12e0899804

static final int IIDafa68ca6_a23d_42f5_a69b_ae12e0899804
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

queryImageData

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

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