com.esri.arcgis.editor
Class RepresentationRuleEditor

java.lang.Object
  extended by com.esri.arcgis.editor.RepresentationRuleEditor
All Implemented Interfaces:
IRepresentationRuleEditor, IRepresentationRuleEditor2, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class RepresentationRuleEditor
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IRepresentationRuleEditor, IRepresentationRuleEditor2

COM Class 'RepresentationRuleEditor'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description 'A dialog for editing a representation rule.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.editor.IRepresentationRuleEditor
IID, IID1eb35705_6646_47ba_86fb_6b2d5980db78, xxDummy
 
Fields inherited from interface com.esri.arcgis.editor.IRepresentationRuleEditor2
IID, IIDe409d577_9b47_49b6_8dc8_eb20bf1426f1, xxDummy
 
Constructor Summary
RepresentationRuleEditor()
          Constructs a RepresentationRuleEditor using ArcGIS Engine.
RepresentationRuleEditor(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RepresentationRuleEditor theRepresentationRuleEditor = (RepresentationRuleEditor) obj;
 
Method Summary
 boolean doModal(int parentWnd, IFeatureClass featureClass, IRepresentationRule rule)
          Displays the representation rule editor dialog.
 boolean doModal(int parentWnd, int type, IRepresentationRule rule)
          Displays the representation rule editor dialog.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 int getGeometryType()
          Geometry type edited by the dialog.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 IRepresentationRule getRule()
          Representation rule edited by the dialog.
 int hashCode()
          the hashcode for this object
 void release()
          Release a RepresentationRuleEditor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationRuleEditor

public RepresentationRuleEditor()
                         throws java.io.IOException,
                                java.net.UnknownHostException
Constructs a RepresentationRuleEditor using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

RepresentationRuleEditor

public RepresentationRuleEditor(java.lang.Object obj)
                         throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
RepresentationRuleEditor theRepresentationRuleEditor = (RepresentationRuleEditor) obj;

Construct a RepresentationRuleEditor using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to RepresentationRuleEditor.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a RepresentationRuleEditor.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

doModal

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

Specified by:
doModal in interface IRepresentationRuleEditor
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

public int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
Geometry type edited by the dialog.

Specified by:
getGeometryType in interface IRepresentationRuleEditor
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

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

Specified by:
getRule in interface IRepresentationRuleEditor
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.

doModal

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

Specified by:
doModal in interface IRepresentationRuleEditor2
Parameters:
parentWnd - The parentWnd (A COM typedef) (in)
featureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (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.