com.esri.arcgis.geodatabase
Interface IXYEvent2FieldsProperties

All Superinterfaces:
IXYEventProperties, java.io.Serializable
All Known Implementing Classes:
IXYEvent2FieldsPropertiesProxy, XYEvent2FieldsProperties

public interface IXYEvent2FieldsProperties
extends IXYEventProperties, java.io.Serializable

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

Description: 'Provides access to members that define the fields needed to create an XY event layer. A minimum of two fields (X and Y) are required.' 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 IID71045c9e_7902_11d4_9fe5_00c04f6bdf06
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IXYEventProperties
IID71045ca3_7902_11d4_9fe5_00c04f6bdf06
 
Method Summary
 java.lang.String getXFieldName()
          The name of the X field.
 java.lang.String getYFieldName()
          The name of the Y field.
 java.lang.String getZFieldName()
          The name of the Z field (optional).
 void setXFieldName(java.lang.String fieldName)
          The name of the X field.
 void setYFieldName(java.lang.String fieldName)
          The name of the Y field.
 void setZFieldName(java.lang.String fieldName)
          The name of the Z field (optional).
 

Field Detail

IID71045c9e_7902_11d4_9fe5_00c04f6bdf06

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

setXFieldName

void setXFieldName(java.lang.String fieldName)
                   throws java.io.IOException,
                          AutomationException
The name of the X field.

Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXFieldName

java.lang.String getXFieldName()
                               throws java.io.IOException,
                                      AutomationException
The name of the X field.

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

setYFieldName

void setYFieldName(java.lang.String fieldName)
                   throws java.io.IOException,
                          AutomationException
The name of the Y field.

Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getYFieldName

java.lang.String getYFieldName()
                               throws java.io.IOException,
                                      AutomationException
The name of the Y field.

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

setZFieldName

void setZFieldName(java.lang.String fieldName)
                   throws java.io.IOException,
                          AutomationException
The name of the Z field (optional).

Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getZFieldName

java.lang.String getZFieldName()
                               throws java.io.IOException,
                                      AutomationException
The name of the Z field (optional).

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