com.esri.arcgis.geodatabase
Interface IXYEventSourceName

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IXYEventSourceNameProxy, XYEventSourceName

public interface IXYEventSourceName
extends java.io.Serializable

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

Description: 'Provides access to the XY event source name properties.' 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 IID07f0ce74_eaeb_11d3_9f8a_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IXYEventProperties getEventProperties()
          The XY event properties.
 IName getEventTableName()
          The name object for the XY event table.
 ISpatialReference getSpatialReference()
          The spatial reference of the XYEventSource.
 void setEventPropertiesByRef(IXYEventProperties xyProperties)
          The XY event properties.
 void setEventTableNameByRef(IName aName)
          The name object for the XY event table.
 void setSpatialReferenceByRef(ISpatialReference spatialReference)
          The spatial reference of the XYEventSource.
 

Field Detail

IID07f0ce74_eaeb_11d3_9f8a_00c04f6bdf06

static final int IID07f0ce74_eaeb_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

setEventTableNameByRef

void setEventTableNameByRef(IName aName)
                            throws java.io.IOException,
                                   AutomationException
The name object for the XY event table.

Parameters:
aName - A reference to a com.esri.arcgis.system.IName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEventTableName

IName getEventTableName()
                        throws java.io.IOException,
                               AutomationException
The name object for the XY event table.

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

setEventPropertiesByRef

void setEventPropertiesByRef(IXYEventProperties xyProperties)
                             throws java.io.IOException,
                                    AutomationException
The XY event properties.

Parameters:
xyProperties - A reference to a com.esri.arcgis.geodatabase.IXYEventProperties (in)
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
The XY event properties.

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.

setSpatialReferenceByRef

void setSpatialReferenceByRef(ISpatialReference spatialReference)
                              throws java.io.IOException,
                                     AutomationException
The spatial reference of the XYEventSource.

Parameters:
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference of the XYEventSource.

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