public interface IImageResult
extends java.io.Serializable
Description: 'Provides access to the Image Result 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 |
IIDbe47d208_d27a_4048_a118_c9167662db74 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight()
The height of the image in pixels.
|
byte[] |
getMimeData()
Binary data representing the generated image.
|
java.lang.String |
getMimeType()
The MIME type of the generated image.
|
double |
getReferenceDPI()
The device resolution of the image specified in the request (dots per inch).
|
java.lang.String |
getURL()
The URL of the generated image.
|
int |
getWidth()
The width of the image in pixels.
|
static final int IIDbe47d208_d27a_4048_a118_c9167662db74
static final int xxDummy
static final java.lang.String IID
byte[] getMimeData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getURL() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getReferenceDPI() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMimeType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.