public interface IImageType
extends java.io.Serializable
Description: 'Provides access to the Image Type 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 |
IIDec27718b_0fa5_40e1_9685_376e49e93cb5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getFormat()
The image format.
|
int |
getReturnType()
The return type.
|
void |
setFormat(int imageFormat)
The image format.
|
void |
setReturnType(int returnType)
The return type.
|
static final int IIDec27718b_0fa5_40e1_9685_376e49e93cb5
static final int xxDummy
static final java.lang.String IID
int getFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFormat(int imageFormat) throws java.io.IOException, AutomationException
imageFormat
- A com.esri.arcgis.carto.esriImageFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getReturnType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReturnType(int returnType) throws java.io.IOException, AutomationException
returnType
- A com.esri.arcgis.carto.esriImageReturnType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.