public interface IXYEventSourceName
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID07f0ce74_eaeb_11d3_9f8a_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID07f0ce74_eaeb_11d3_9f8a_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void setEventTableNameByRef(IName aName) throws java.io.IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getEventTableName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEventPropertiesByRef(IXYEventProperties xyProperties) throws java.io.IOException, AutomationException
xyProperties
- A reference to a com.esri.arcgis.geodatabase.IXYEventProperties (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IXYEventProperties getEventProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.