|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.controls.EngineFeatureInspector
public class EngineFeatureInspector
COM Class 'EngineFeatureInspector'. Generated 3/19/2015 1:20:48 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description 'Feature Inspector for Engine.' 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.controls.IEngineObjectInspector |
---|
IID, IID1181f237_f47e_47ca_ad35_07fd08cb3d4f, xxDummy |
Fields inherited from interface com.esri.arcgis.controls.IEngineExtendedObjectInspector |
---|
IID, IIDedaa678b_824d_4161_8e1a_e8334855338b, xxDummy |
Constructor Summary | |
---|---|
EngineFeatureInspector()
Constructs a EngineFeatureInspector using ArcGIS Engine. |
|
EngineFeatureInspector(java.lang.Object obj)
Construct a EngineFeatureInspector using a reference to such an object returned from ArcGIS Engine or Server. |
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. |
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(IEngineEnumRow objects,
IEngineEditor 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 |
release()
Release a EngineFeatureInspector. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EngineFeatureInspector() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic EngineFeatureInspector(java.lang.Object obj) throws java.io.IOException
obj
to EngineFeatureInspector
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
EngineFeatureInspector theEngineFeatureInspector = (EngineFeatureInspector) obj;
Method 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 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 IEngineObjectInspector
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void inspect(IEngineEnumRow objects, IEngineEditor editor) throws java.io.IOException, AutomationException
inspect
in interface IEngineObjectInspector
objects
- A reference to a com.esri.arcgis.controls.IEngineEnumRow (in)editor
- A reference to a com.esri.arcgis.controls.IEngineEditor (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 IEngineObjectInspector
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 IEngineObjectInspector
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.public boolean isDisableEditOperations() throws java.io.IOException, AutomationException
isDisableEditOperations
in interface IEngineExtendedObjectInspector
java.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 IEngineExtendedObjectInspector
pDisableEditOperations
- The pDisableEditOperations (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 |