|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXYEventSource
Provides access to members that allow interaction with an existing XY Event Layer.
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.
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. |
Method Detail |
---|
ITable getEventTable() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IXYEventProperties getEventProperties() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |