public interface IAISImageService2X extends IAISImageServiceX, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID715c27db_b9d8_4425_85bc_ee730aa493db |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe97d7801_6643_4529_b88f_9318a38206e6
Modifier and Type | Method and Description |
---|---|
void |
getImageInfo(double[] xMin,
double[] yMin,
double[] xMax,
double[] yMax,
int[] nCols,
int[] nRows)
getImageInfo
|
applyServiceProperties, close, extractAoi, getBufferSize, getImageInBuffer, getImageMetadata, getMetaData, getProperty, getServiceInfo, getServiceProperties, getStatus, init, setProperty, setServiceProperties
static final int IID715c27db_b9d8_4425_85bc_ee730aa493db
static final int xxDummy
static final java.lang.String IID
void getImageInfo(double[] xMin, double[] yMin, double[] xMax, double[] yMax, int[] nCols, int[] nRows) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.