public interface IQueryResult
extends java.io.Serializable
Description: 'Provides access to query results.' 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 |
IID70d47b05_6014_4693_b030_878b6c31fb02 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getMimeData()
Binary data representing requested query result.
|
java.lang.Object |
getObject()
The Object representing the query result.
|
java.lang.String |
getURL()
The URL of the generated query result.
|
static final int IID70d47b05_6014_4693_b030_878b6c31fb02
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.java.lang.Object getObject() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.