com.esri.arcgis.geodatabase
Class IXYEventSourceProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IXYEventSourceProxy
All Implemented Interfaces:
IXYEventSource, Externalizable, Serializable

public class IXYEventSourceProxy
extends com.esri.arcgis.interop.Dispatch
implements IXYEventSource, Serializable

Provides access to members that allow interaction with an existing XY Event Layer.

Remarks

The IXYEventSource Interface provides information about an existing XYEventSource. It provides access to the table and the names of the fields in the table that were used to define the XYEventSource.

An XYEventSource is a dynamic point feature class which generates features based on X and Y coordinates in a table.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IXYEventSourceProxy()
           
  IXYEventSourceProxy(Object obj)
           
protected IXYEventSourceProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IXYEventProperties getEventProperties()
          Property object used to define the X, Y and Z location fields.
 ITable getEventTable()
          Table used to initialize the XYEventSource.
 void refreshExtent()
          Resets the extent of the XYEventSource layer.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IXYEventSourceProxy

public IXYEventSourceProxy()

IXYEventSourceProxy

public IXYEventSourceProxy(Object obj)
                    throws IOException
Throws:
IOException

IXYEventSourceProxy

protected IXYEventSourceProxy(Object obj,
                              String iid)
                       throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

getEventTable

public ITable getEventTable()
                     throws IOException,
                            AutomationException
Table used to initialize the XYEventSource.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getEventTable in interface IXYEventSource
Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventProperties

public IXYEventProperties getEventProperties()
                                      throws IOException,
                                             AutomationException
Property object used to define the X, Y and Z location fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getEventProperties in interface IXYEventSource
Returns:
A reference to a com.esri.arcgis.geodatabase.IXYEventProperties
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshExtent

public void refreshExtent()
                   throws IOException,
                          AutomationException
Resets the extent of the XYEventSource layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
refreshExtent in interface IXYEventSource
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.