public interface IQueryResultOptions
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDff6aac5f_1424_4dba_a813_b6b795a716dd |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IIDff6aac5f_1424_4dba_a813_b6b795a716dd
static final int xxDummy
static final java.lang.String IID
int getFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFormat(int format) throws java.io.IOException, AutomationException
format
- A com.esri.arcgis.carto.esriQueryResultFormat constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getFormatProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFormatPropertiesByRef(IPropertySet ppOptions) throws java.io.IOException, AutomationException
ppOptions
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformation getGeoTransformation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeoTransformationByRef(IGeoTransformation geotransform) throws java.io.IOException, AutomationException
geotransform
- A reference to a com.esri.arcgis.geometry.IGeoTransformation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.