com.esri.arcgis.geodatabase
Interface IOverride

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IOverrideProxy, Representation

public interface IOverride
extends java.io.Serializable

COM Interface 'IOverride'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage property overrides of a representation.' 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 IID60f814ef_730e_42a2_b043_bf28097a16d6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isHasAttributeOverride()
          Indicates if a graphical attribute is overriden.
 int isOverridenWithField(IGraphicAttributes attrs, int idx)
          Checks if the value of a graphical attribute comes from a feature field.
 void removeOverride(IGraphicAttributes attrs, int idx)
          Removes a given override from the blob.
 void removeOverrides()
          Removes all attributes overrides from the representation.
 

Field Detail

IID60f814ef_730e_42a2_b043_bf28097a16d6

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

removeOverride

void removeOverride(IGraphicAttributes attrs,
                    int idx)
                    throws java.io.IOException,
                           AutomationException
Removes a given override from the blob.

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

isOverridenWithField

int isOverridenWithField(IGraphicAttributes attrs,
                         int idx)
                         throws java.io.IOException,
                                AutomationException
Checks if the value of a graphical attribute comes from a feature field.

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

removeOverrides

void removeOverrides()
                     throws java.io.IOException,
                            AutomationException
Removes all attributes overrides from the representation.

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

isHasAttributeOverride

boolean isHasAttributeOverride()
                               throws java.io.IOException,
                                      AutomationException
Indicates if a graphical attribute is overriden.

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