com.esri.arcgis.editor
Interface IRepresentationRuleEditor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepresentationRuleEditorProxy, RepresentationRuleEditor

public interface IRepresentationRuleEditor
extends java.io.Serializable

COM Interface 'IRepresentationRuleEditor'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to the Representation Rule Editor.' 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 IID1eb35705_6646_47ba_86fb_6b2d5980db78
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentWnd, int type, IRepresentationRule rule)
          Displays the representation rule editor dialog.
 int getGeometryType()
          Geometry type edited by the dialog.
 IRepresentationRule getRule()
          Representation rule edited by the dialog.
 

Field Detail

IID1eb35705_6646_47ba_86fb_6b2d5980db78

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

doModal

boolean doModal(int parentWnd,
                int type,
                IRepresentationRule rule)
                throws java.io.IOException,
                       AutomationException
Displays the representation rule editor dialog.

Parameters:
parentWnd - The parentWnd (A COM typedef) (in)
type - A com.esri.arcgis.geometry.esriGeometryType constant (in)
rule - A reference to a com.esri.arcgis.display.IRepresentationRule (in)
Returns:
The ok
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
Geometry type edited by the dialog.

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.

getRule

IRepresentationRule getRule()
                            throws java.io.IOException,
                                   AutomationException
Representation rule edited by the dialog.

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.