com.esri.arcgis.carto
Interface IQueryResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryResultProxy, QueryResult

public interface IQueryResult
extends java.io.Serializable

COM Interface 'IQueryResult'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID70d47b05_6014_4693_b030_878b6c31fb02
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID70d47b05_6014_4693_b030_878b6c31fb02

static final int IID70d47b05_6014_4693_b030_878b6c31fb02
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMimeData

byte[] getMimeData()
                   throws java.io.IOException,
                          AutomationException
Binary data representing requested query result.

Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

java.lang.String getURL()
                        throws java.io.IOException,
                               AutomationException
The URL of the generated query result.

Returns:
The uRL
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObject

java.lang.Object getObject()
                           throws java.io.IOException,
                                  AutomationException
The Object representing the query result.

Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.