com.esri.arcgis.display
Interface IFieldOverrides

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IFieldOverridesProxy, RepresentationRule

public interface IFieldOverrides
extends java.io.Serializable

COM Interface 'IFieldOverrides'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to a collection of field overrides.' 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 IIDdc3e1eba_3de0_4deb_b063_218a3e381efe
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(IGraphicAttributes attributes, int graphicAttributeIndex, java.lang.String fieldName)
          Creates an explicit override with field content.
 IFieldOverride next()
          Accesses the next field override in the collection.
 void reset()
          Resets the override collection, before calling Next.
 

Field Detail

IIDdc3e1eba_3de0_4deb_b063_218a3e381efe

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

add

void add(IGraphicAttributes attributes,
         int graphicAttributeIndex,
         java.lang.String fieldName)
         throws java.io.IOException,
                AutomationException
Creates an explicit override with field content. To erase an existing field override, pass in blank field name.

Parameters:
attributes - A reference to a com.esri.arcgis.display.IGraphicAttributes (in)
graphicAttributeIndex - The graphicAttributeIndex (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the override collection, before calling Next.

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

next

IFieldOverride next()
                    throws java.io.IOException,
                           AutomationException
Accesses the next field override in the collection.

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