|
|||||||||
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
COM Class 'RepresentationInspector'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description 'A property inspector for features containing representations.' 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.IObjectInspector |
---|
IID, IID014ee841_a498_11d1_846b_0000f875b9c6, xxDummy |
Constructor Summary | |
---|---|
RepresentationInspector()
Constructs a RepresentationInspector using ArcGIS Engine. |
|
RepresentationInspector(java.lang.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(java.lang.Object o)
Compare this object with another |
static java.lang.String |
getClsid()
getClsid. |
int |
getHWND()
The window handle for the inspector. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
void |
inspect(IEnumRow objects,
IEditor editor)
Inspects the properties of the features. |
void |
release()
Release a RepresentationInspector. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepresentationInspector() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RepresentationInspector(java.lang.Object obj) throws java.io.IOException
RepresentationInspector theRepresentationInspector = (RepresentationInspector) obj;
obj
to RepresentationInspector
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getHWND() throws java.io.IOException, AutomationException
getHWND
in interface IObjectInspector
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void inspect(IEnumRow objects, IEditor editor) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clear() throws java.io.IOException, AutomationException
clear
in interface IObjectInspector
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void copy(IRow srcRow) throws java.io.IOException, AutomationException
copy
in interface IObjectInspector
srcRow
- A reference to a com.esri.arcgis.geodatabase.IRow (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 |