public interface ILayerResultOptions
extends java.io.Serializable
Description: 'Provides access to methods that control geometry options.' 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 |
IID874ba262_3901_4b69_b322_94104e4989c1 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IGeometryResultOptions |
getGeometryResultOptions()
Indicates whether we need to modify Geometry.
|
boolean |
isFormatValuesInResults()
Indicates whether to format the values in results.
|
boolean |
isIncludeGeometry()
Indicates whether we should include Geometry.
|
boolean |
isReturnFieldNamesInResults()
Indicates whether to include field name or alias.
|
void |
setFormatValuesInResults(boolean format)
Indicates whether to format the values in results.
|
void |
setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
Indicates whether we need to modify Geometry.
|
void |
setIncludeGeometry(boolean includeGeometry)
Indicates whether we should include Geometry.
|
void |
setReturnFieldNamesInResults(boolean returnFieldName)
Indicates whether to include field name or alias.
|
static final int IID874ba262_3901_4b69_b322_94104e4989c1
static final int xxDummy
static final java.lang.String IID
void setIncludeGeometry(boolean includeGeometry)
throws java.io.IOException,
AutomationException
includeGeometry - The includeGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isIncludeGeometry()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions) throws java.io.IOException, AutomationException
geometryOptions - A reference to a com.esri.arcgis.geodatabase.IGeometryResultOptions (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IGeometryResultOptions getGeometryResultOptions() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setReturnFieldNamesInResults(boolean returnFieldName)
throws java.io.IOException,
AutomationException
returnFieldName - The returnFieldName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isReturnFieldNamesInResults()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFormatValuesInResults(boolean format)
throws java.io.IOException,
AutomationException
format - The format (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean isFormatValuesInResults()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.