|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.editor.FeatureInspector
public class FeatureInspector
COM Class 'FeatureInspector'. Generated 3/19/2015 1:20:50 PM from 'C:\ArcGIS\COM\esriEditor.olb'
Description 'Default feature inspector for the Editor.' 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 |
| Fields inherited from interface com.esri.arcgis.editor.IExtendedObjectInspector |
|---|
IID, IID84a3fd64_54a6_44e7_8cb6_cbfaa8ce49af, xxDummy |
| Fields inherited from interface com.esri.arcgis.editor.IObjectInspectorPanel |
|---|
IID, IID606fd6e5_2f5a_4126_84a2_67c281e0de8b, xxDummy |
| Fields inherited from interface com.esri.arcgis.display.IConnectionPointContainer |
|---|
IID, IIDb196b284_bab4_101a_b69c_00aa00341d07, xxDummy |
| Constructor Summary | |
|---|---|
FeatureInspector()
Constructs a FeatureInspector using ArcGIS Engine. |
|
FeatureInspector(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FeatureInspector theFeatureInspector = (FeatureInspector) obj; |
|
| Method Summary | |
|---|---|
void |
addISelectionEventsListener(ISelectionEvents theListener)
addISelectionEventsListener. |
void |
clear()
Clear the inspector before inspecting another object. |
void |
copy(IRow srcRow)
Copies the values from srcRow to the row being edited. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
static java.lang.String |
getClsid()
getClsid. |
IField |
getField(int index)
Attribute field by index. |
int |
getFieldCount()
The number of attribute fields displayed. |
int |
getHWND()
The window handle for the inspector. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IEnumRow |
getRows()
The row or rows being inspected. |
int |
getSelectedField()
The index of the selected field, or -1. |
ITable |
getTable()
The table being edited. |
int |
hashCode()
the hashcode for this object |
void |
inspect(IEnumRow objects,
IEditor editor)
Inspects the properties of the features. |
boolean |
isDisableEditOperations()
Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect. |
void |
onChange(IObjectClassEventsOnChangeEvent theEvent)
This event is fired when an object's attributes or geometry is updated. |
void |
onCreate(IObjectClassEventsOnCreateEvent theEvent)
This event is fired when a new object is created in the object class. |
void |
onDelete(IObjectClassEventsOnDeleteEvent theEvent)
This event is fired when an object is deleted from the object class. |
void |
release()
Release a FeatureInspector. |
void |
removeISelectionEventsListener(ISelectionEvents theListener)
removeISelectionEventsListener. |
void |
setDisableEditOperations(boolean pDisableEditOperations)
Indicates if the object inspector is under a non-versioned editing model and to not start or stop edit operations as an edit operation is currently in effect. |
void |
setSelectedField(int index)
The index of the selected field, or -1. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureInspector()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public FeatureInspector(java.lang.Object obj)
throws java.io.IOException
FeatureInspector theFeatureInspector = (FeatureInspector) obj;
obj to FeatureInspector.
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.RemoteObjRef
public void addISelectionEventsListener(ISelectionEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.carto.ISelectionEvents interface.
java.io.IOException - If there are communications problems.
public void removeISelectionEventsListener(ISelectionEvents theListener)
throws java.io.IOException
theListener - An object that implements the com.esri.arcgis.carto.ISelectionEvents interface.
java.io.IOException - If there are communications problems.public void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int getHWND()
throws java.io.IOException,
AutomationException
getHWND in interface IObjectInspectorjava.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 IObjectInspectorobjects - 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 IObjectInspectorjava.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 IObjectInspectorsrcRow - 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.
public boolean isDisableEditOperations()
throws java.io.IOException,
AutomationException
isDisableEditOperations in interface IExtendedObjectInspectorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisableEditOperations(boolean pDisableEditOperations)
throws java.io.IOException,
AutomationException
setDisableEditOperations in interface IExtendedObjectInspectorpDisableEditOperations - The pDisableEditOperations (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable getTable()
throws java.io.IOException,
AutomationException
getTable in interface IObjectInspectorPaneljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumRow getRows()
throws java.io.IOException,
AutomationException
getRows in interface IObjectInspectorPaneljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFieldCount()
throws java.io.IOException,
AutomationException
getFieldCount in interface IObjectInspectorPaneljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IField getField(int index)
throws java.io.IOException,
AutomationException
getField in interface IObjectInspectorPanelindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSelectedField()
throws java.io.IOException,
AutomationException
getSelectedField in interface IObjectInspectorPaneljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSelectedField(int index)
throws java.io.IOException,
AutomationException
setSelectedField in interface IObjectInspectorPanelindex - The index (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
throws java.io.IOException,
AutomationException
enumConnectionPoints in interface IConnectionPointContainerppEnum - A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
throws java.io.IOException,
AutomationException
findConnectionPoint in interface IConnectionPointContainerriid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP - A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onCreate(IObjectClassEventsOnCreateEvent theEvent)
throws java.io.IOException,
AutomationException
onCreate in interface IObjectClassEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onDelete(IObjectClassEventsOnDeleteEvent theEvent)
throws java.io.IOException,
AutomationException
onDelete in interface IObjectClassEventstheEvent - The event
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void onChange(IObjectClassEventsOnChangeEvent theEvent)
throws java.io.IOException,
AutomationException
In the event that a feature should be deleted due to an OnChange event, it is not recommended that the event handler delete the feature itself. Instead, an exception should be thrown to the application, where it can be made responsible for deleting the feature.
The OnChange event is not fired during a Topology Validation for performance reasons as a large number of features may be changed during a Validate. In addition, features may be changed many times.
onChange in interface IObjectClassEventstheEvent - The event
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 | ||||||||