|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.RepresentationRuleEditor
public class RepresentationRuleEditor
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 =
| 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 |
|---|
public RepresentationRuleEditor()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RepresentationRuleEditor(java.lang.Object obj)
throws java.io.IOException
RepresentationRuleEditor theRepresentationRuleEditor = (RepresentationRuleEditor) obj;
obj to RepresentationRuleEditor.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean doModal(int parentWnd,
int type,
IRepresentationRule rule)
throws java.io.IOException,
AutomationException
doModal in interface IRepresentationRuleEditorparentWnd - 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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeometryType()
throws java.io.IOException,
AutomationException
getGeometryType in interface IRepresentationRuleEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRepresentationRule getRule()
throws java.io.IOException,
AutomationException
getRule in interface IRepresentationRuleEditorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean doModal(int parentWnd,
IFeatureClass featureClass,
IRepresentationRule rule)
throws java.io.IOException,
AutomationException
doModal in interface IRepresentationRuleEditor2parentWnd - 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)
java.io.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 | ||||||||