|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerResultOptions
COM Interface 'ILayerResultOptions'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID874ba262_3901_4b69_b322_94104e4989c1
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final int IID874ba262_3901_4b69_b322_94104e4989c1
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |