com.esri.arcgis.datasourcesraster
Interface IAISImageService2X

All Superinterfaces:
IAISImageServiceX, java.io.Serializable
All Known Subinterfaces:
IAISImageService3X
All Known Implementing Classes:
IAISImageService2XProxy, IAISImageService3XProxy

public interface IAISImageService2X
extends IAISImageServiceX, java.io.Serializable

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

Description: 'IAISImageService2X 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 IID715c27db_b9d8_4425_85bc_ee730aa493db
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IAISImageServiceX
IIDe97d7801_6643_4529_b88f_9318a38206e6
 
Method Summary
 void getImageInfo(double[] xMin, double[] yMin, double[] xMax, double[] yMax, int[] nCols, int[] nRows)
          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

IID715c27db_b9d8_4425_85bc_ee730aa493db

static final int IID715c27db_b9d8_4425_85bc_ee730aa493db
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

getImageInfo

void getImageInfo(double[] xMin,
                  double[] yMin,
                  double[] xMax,
                  double[] yMax,
                  int[] nCols,
                  int[] nRows)
                  throws java.io.IOException,
                         AutomationException
getImageInfo

Parameters:
xMin - The xMin (out: use single element array)
yMin - The yMin (out: use single element array)
xMax - The xMax (out: use single element array)
yMax - The yMax (out: use single element array)
nCols - The nCols (out: use single element array)
nRows - The nRows (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.