com.esri.arcgis.carto
Interface IQueryResultOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IQueryResultOptionsProxy, QueryResultOptions

public interface IQueryResultOptions
extends java.io.Serializable

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

Description: 'Provides access to methods that control 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 IIDff6aac5f_1424_4dba_a813_b6b795a716dd
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getFormat()
          The query result format.
 IPropertySet getFormatProperties()
          Format properties specific to result format.
 IGeoTransformation getGeoTransformation()
          Geo transformation required to transform the geometry if the requested GCS is different from the source.
 void setFormat(int format)
          The query result format.
 void setFormatPropertiesByRef(IPropertySet ppOptions)
          Format properties specific to result format.
 void setGeoTransformationByRef(IGeoTransformation geotransform)
          Geo transformation required to transform the geometry if the requested GCS is different from the source.
 

Field Detail

IIDff6aac5f_1424_4dba_a813_b6b795a716dd

static final int IIDff6aac5f_1424_4dba_a813_b6b795a716dd
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

getFormat

int getFormat()
              throws java.io.IOException,
                     AutomationException
The query result format.

Returns:
A com.esri.arcgis.carto.esriQueryResultFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormat

void setFormat(int format)
               throws java.io.IOException,
                      AutomationException
The query result format.

Parameters:
format - A com.esri.arcgis.carto.esriQueryResultFormat constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFormatProperties

IPropertySet getFormatProperties()
                                 throws java.io.IOException,
                                        AutomationException
Format properties specific to result format.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFormatPropertiesByRef

void setFormatPropertiesByRef(IPropertySet ppOptions)
                              throws java.io.IOException,
                                     AutomationException
Format properties specific to result format.

Parameters:
ppOptions - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeoTransformation

IGeoTransformation getGeoTransformation()
                                        throws java.io.IOException,
                                               AutomationException
Geo transformation required to transform the geometry if the requested GCS is different from the source.

Returns:
A reference to a com.esri.arcgis.geometry.IGeoTransformation
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setGeoTransformationByRef

void setGeoTransformationByRef(IGeoTransformation geotransform)
                               throws java.io.IOException,
                                      AutomationException
Geo transformation required to transform the geometry if the requested GCS is different from the source.

Parameters:
geotransform - A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.