com.esri.arcgis.display
Interface IRepresentationRuleItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationRuleItemProxy, RepresentationRuleItem

public interface IRepresentationRuleItem
extends java.io.Serializable

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

Description: 'Provides access to methods defining a representation rule item.' 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 IID601b3ff7_f696_42c9_90f4_c9392bc96648
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getGeometryType()
          The type of geometry used by the rule.
 IRepresentationRule getRepresentationRule()
          The type of geometry used by the rule.
 void setGeometryType(int geomType)
          The type of geometry used by the rule.
 void setRepresentationRuleByRef(IRepresentationRule rule)
          The type of geometry used by the rule.
 

Field Detail

IID601b3ff7_f696_42c9_90f4_c9392bc96648

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

setGeometryType

void setGeometryType(int geomType)
                     throws java.io.IOException,
                            AutomationException
The type of geometry used by the rule.

Parameters:
geomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeometryType

int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
The type of geometry used by the rule.

Returns:
A com.esri.arcgis.geometry.esriGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRepresentationRuleByRef

void setRepresentationRuleByRef(IRepresentationRule rule)
                                throws java.io.IOException,
                                       AutomationException
The type of geometry used by the rule.

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

getRepresentationRule

IRepresentationRule getRepresentationRule()
                                          throws java.io.IOException,
                                                 AutomationException
The type of geometry used by the rule.

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