|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXYEventSourceName
Provides access to the XY event source name properties.
The IXYEventSourceName interface contains the information that is needed to create an XYEventSource from an XYEventSourceName.
The interface has properties for the XY event table name, the field names and the spatial reference of the input coordinates. The field names are specified using an XYEvent2FieldsProperties object.
If the spatial reference is not set and the coordinates are in range, the coordinate system will be assumed geographic, otherwise it will be unknown.
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. |
Method Detail |
---|
void setEventTableNameByRef(IName aName) throws IOException, AutomationException
aName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getEventTableName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventPropertiesByRef(IXYEventProperties xyProperties) throws IOException, AutomationException
xyProperties
- A reference to a com.esri.arcgis.geodatabase.IXYEventProperties (in)
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 setSpatialReferenceByRef(ISpatialReference spatialReference) throws IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
The SpatialReference refers to the spatial reference of the coordinates in the table. If a spatial reference is not specified, the XY event source will have either an unknown or an assumed geographic coordinate system. The coordinate system will be assumed geographic when the coordiates are in the range of 180 to -180 in the X direction and 90 to -90 in the Y direction.
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 |