public interface IImageDescription
extends java.io.Serializable
Description: 'Provides access to the Image Description 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 |
IID0f1f22eb_8da5_498b_9b84_7ce2efa14b94 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IImageDisplay |
getDisplay()
The display characteristics of the image to be generated.
|
IImageType |
getType()
The type of image to be generated.
|
void |
setDisplay(IImageDisplay imgDisplay)
The display characteristics of the image to be generated.
|
void |
setType(IImageType imgType)
The type of image to be generated.
|
static final int IID0f1f22eb_8da5_498b_9b84_7ce2efa14b94
static final int xxDummy
static final java.lang.String IID
IImageType getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(IImageType imgType) throws java.io.IOException, AutomationException
imgType
- A reference to a com.esri.arcgis.carto.IImageType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IImageDisplay getDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisplay(IImageDisplay imgDisplay) throws java.io.IOException, AutomationException
imgDisplay
- A reference to a com.esri.arcgis.carto.IImageDisplay (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.