|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteEventProperties
Provides access to the properties of an event table.
Method Summary | |
---|---|
int |
getEventMeasureUnit()
The units of the event measure(s). |
String |
getEventRouteIDFieldName()
The route identifier field name. |
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(String fieldName)
The route identifier field name. |
void |
setLateralOffsetFieldName(String fieldName)
The lateral offset field name. |
Method Detail |
---|
void setEventRouteIDFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getEventRouteIDFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEventMeasureUnit(int units) throws IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getEventMeasureUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLateralOffsetFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLateralOffsetFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isALineEvent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getSettingError() 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 |