|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteEventProperties
COM Interface 'IRouteEventProperties'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to the properties of an event table.' 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 |
IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getEventMeasureUnit()
The units of the event measure(s). |
java.lang.String |
getEventRouteIDFieldName()
The route identifier field name. |
java.lang.String |
getLateralOffsetFieldName()
The lateral offset field name. |
void |
getSettingError()
The state of the object (see if all the required field names have been set). |
boolean |
isALineEvent()
Is a line event. |
void |
setEventMeasureUnit(int units)
The units of the event measure(s). |
void |
setEventRouteIDFieldName(java.lang.String fieldName)
The route identifier field name. |
void |
setLateralOffsetFieldName(java.lang.String fieldName)
The lateral offset field name. |
Field Detail |
---|
static final int IID35bdf2ed_3b21_11d4_9fcb_00c04f6bdf06
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setEventRouteIDFieldName(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 getEventRouteIDFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventMeasureUnit(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEventMeasureUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLateralOffsetFieldName(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 getLateralOffsetFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isALineEvent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSettingError() throws java.io.IOException, AutomationException
java.io.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 |