|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.editor.RepresentationInspector
public class RepresentationInspector
A property inspector for features containing representations.
Constructor Summary | |
---|---|
RepresentationInspector()
Constructs a RepresentationInspector using ArcGIS Engine. |
|
RepresentationInspector(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RepresentationInspector theRepresentationInspector = (RepresentationInspector) obj; |
Method Summary | |
---|---|
void |
clear()
Clear the inspector before inspecting another object. |
void |
copy(IRow srcRow)
Copies the values from srcRow to the row being edited. |
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getHWND()
The window handle for the inspector. |
int |
hashCode()
the hashcode for this object |
void |
inspect(IEnumRow objects,
IEditor editor)
Inspects the properties of the features. |
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 RepresentationInspector() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RepresentationInspector(Object obj) throws IOException
RepresentationInspector theRepresentationInspector = (RepresentationInspector) obj;
obj
to RepresentationInspector
.
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 int getHWND() throws IOException, AutomationException
getHWND
in interface IObjectInspector
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void inspect(IEnumRow objects, IEditor editor) throws IOException, AutomationException
inspect
in interface IObjectInspector
objects
- A reference to a com.esri.arcgis.editor.IEnumRow (in)editor
- A reference to a com.esri.arcgis.editor.IEditor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws IOException, AutomationException
clear
in interface IObjectInspector
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copy(IRow srcRow) throws IOException, AutomationException
copy
in interface IObjectInspector
srcRow
- A reference to a com.esri.arcgis.geodatabase.IRow (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 |