com.esri.arcgis.controls
Class EngineFeatureInspector

java.lang.Object
  extended by com.esri.arcgis.controls.EngineFeatureInspector
All Implemented Interfaces:
IEngineExtendedObjectInspector, IEngineObjectInspector, com.esri.arcgis.interop.RemoteObjRef, java.io.Serializable

public class EngineFeatureInspector
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IEngineObjectInspector, IEngineExtendedObjectInspector

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 =

See Also:
Serialized Form

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

EngineFeatureInspector

public EngineFeatureInspector()
                       throws java.io.IOException,
                              java.net.UnknownHostException
Constructs a EngineFeatureInspector using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

EngineFeatureInspector

public EngineFeatureInspector(java.lang.Object obj)
                       throws java.io.IOException
Construct a EngineFeatureInspector using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to EngineFeatureInspector.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems EngineFeatureInspector theEngineFeatureInspector = (EngineFeatureInspector) obj;
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

addISelectionEventsListener

public void addISelectionEventsListener(ISelectionEvents theListener)
                                 throws java.io.IOException
addISelectionEventsListener. Listen to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.carto.ISelectionEvents interface.
Throws:
java.io.IOException - If there are communications problems.

removeISelectionEventsListener

public void removeISelectionEventsListener(ISelectionEvents theListener)
                                    throws java.io.IOException
removeISelectionEventsListener. Stop listening to events generated by this class.

Parameters:
theListener - An object that implements the com.esri.arcgis.carto.ISelectionEvents interface.
Throws:
java.io.IOException - If there are communications problems.

release

public void release()
Release a EngineFeatureInspector.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getHWnd

public int getHWnd()
            throws java.io.IOException,
                   AutomationException
The window handle for the inspector.

Specified by:
getHWnd in interface IEngineObjectInspector
Returns:
The hWnd (A COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

inspect

public void inspect(IEngineEnumRow objects,
                    IEngineEditor editor)
             throws java.io.IOException,
                    AutomationException
Inspects the properties of the features.

Specified by:
inspect in interface IEngineObjectInspector
Parameters:
objects - A reference to a com.esri.arcgis.controls.IEngineEnumRow (in)
editor - A reference to a com.esri.arcgis.controls.IEngineEditor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clear

public void clear()
           throws java.io.IOException,
                  AutomationException
Clear the inspector before inspecting another object.

Specified by:
clear in interface IEngineObjectInspector
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

copy

public void copy(IRow srcRow)
          throws java.io.IOException,
                 AutomationException
Copies the values from srcRow to the row being edited.

Specified by:
copy in interface IEngineObjectInspector
Parameters:
srcRow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDisableEditOperations

public boolean isDisableEditOperations()
                                throws java.io.IOException,
                                       AutomationException
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.

Specified by:
isDisableEditOperations in interface IEngineExtendedObjectInspector
Returns:
The pDisableEditOperations
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDisableEditOperations

public void setDisableEditOperations(boolean pDisableEditOperations)
                              throws java.io.IOException,
                                     AutomationException
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.

Specified by:
setDisableEditOperations in interface IEngineExtendedObjectInspector
Parameters:
pDisableEditOperations - The pDisableEditOperations (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.