|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.RepresentationRuleEditor
public class RepresentationRuleEditor
A dialog for editing a representation rule.
Constructor Summary | |
---|---|
RepresentationRuleEditor()
Constructs a RepresentationRuleEditor using ArcGIS Engine. |
|
RepresentationRuleEditor(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(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getGeometryType()
Geometry type edited by the dialog. |
IRepresentationRule |
getRule()
Representation rule edited by the dialog. |
int |
hashCode()
the hashcode for this object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public RepresentationRuleEditor() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RepresentationRuleEditor(Object obj) throws IOException
RepresentationRuleEditor theRepresentationRuleEditor = (RepresentationRuleEditor) obj;
obj
to RepresentationRuleEditor
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public boolean doModal(int parentWnd, int type, IRepresentationRule rule) throws IOException, AutomationException
doModal
in interface IRepresentationRuleEditor
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getGeometryType() throws IOException, AutomationException
getGeometryType
in interface IRepresentationRuleEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRepresentationRule getRule() throws IOException, AutomationException
getRule
in interface IRepresentationRuleEditor
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean doModal(int parentWnd, IFeatureClass featureClass, IRepresentationRule rule) throws IOException, AutomationException
doModal
in interface IRepresentationRuleEditor2
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |