public interface IXYEvent2FieldsProperties extends IXYEventProperties, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID71045c9e_7902_11d4_9fe5_00c04f6bdf06 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID71045ca3_7902_11d4_9fe5_00c04f6bdf06
Modifier and Type | Method and Description |
---|---|
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).
|
static final int IID71045c9e_7902_11d4_9fe5_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
void setXFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getXFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getYFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getZFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.