com.esri.arcgis.geodatabase
Interface IXYEventSource

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXYEventSourceProxy, XYEventSource

public interface IXYEventSource
extends java.io.Serializable

COM Interface 'IXYEventSource'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that allow interaction with an existing XY Event Layer.' 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
static java.lang.String IID
          Deprecated. Internal use only
static int IID681441e2_eaea_11d3_9f8a_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID681441e2_eaea_11d3_9f8a_00c04f6bdf06

static final int IID681441e2_eaea_11d3_9f8a_00c04f6bdf06
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getEventTable

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

Returns:
A reference to a com.esri.arcgis.geodatabase.ITable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventProperties

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IXYEventProperties
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshExtent

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

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.