com.esri.arcgis.carto
Interface ILayerResultOptions

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerResultOptionsProxy, LayerResultOptions

public interface ILayerResultOptions
extends java.io.Serializable

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

IID874ba262_3901_4b69_b322_94104e4989c1

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

setIncludeGeometry

void setIncludeGeometry(boolean includeGeometry)
                        throws java.io.IOException,
                               AutomationException
Indicates whether we should include Geometry.

Parameters:
includeGeometry - The includeGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isIncludeGeometry

boolean isIncludeGeometry()
                          throws java.io.IOException,
                                 AutomationException
Indicates whether we should include Geometry.

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

setGeometryResultOptionsByRef

void setGeometryResultOptionsByRef(IGeometryResultOptions geometryOptions)
                                   throws java.io.IOException,
                                          AutomationException
Indicates whether we need to modify Geometry.

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

getGeometryResultOptions

IGeometryResultOptions getGeometryResultOptions()
                                                throws java.io.IOException,
                                                       AutomationException
Indicates whether we need to modify Geometry.

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

setReturnFieldNamesInResults

void setReturnFieldNamesInResults(boolean returnFieldName)
                                  throws java.io.IOException,
                                         AutomationException
Indicates whether to include field name or alias.

Parameters:
returnFieldName - The returnFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnFieldNamesInResults

boolean isReturnFieldNamesInResults()
                                    throws java.io.IOException,
                                           AutomationException
Indicates whether to include field name or alias.

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

setFormatValuesInResults

void setFormatValuesInResults(boolean format)
                              throws java.io.IOException,
                                     AutomationException
Indicates whether to format the values in results.

Parameters:
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isFormatValuesInResults

boolean isFormatValuesInResults()
                                throws java.io.IOException,
                                       AutomationException
Indicates whether to format the values in results.

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