|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRouteEventProperties2
Provides access to the properties of an event table.
The IRouteEventProperties2 interface provides additional event properties such as adding error field to the route event source (AddErrorField and ErrorFieldName), as well as the ability to specify whether the lateral offset is in the direction of the increasing measure direction or digitize direction (MDirectionOffseting).
Method Summary | |
---|---|
String |
getErrorFieldName()
Name of the error field name. |
boolean |
isAddErrorField()
Indicates if the error field should be added to the field set. |
boolean |
isMDirectionOffsetting()
Indicates if the offset should based onthe M direction or the digitized direction. |
void |
setAddErrorField(boolean value)
Indicates if the error field should be added to the field set. |
void |
setErrorFieldName(String fieldName)
Name of the error field name. |
void |
setMDirectionOffsetting(boolean value)
Indicates if the offset should based onthe M direction or the digitized direction. |
Methods inherited from interface com.esri.arcgis.geodatabase.IRouteEventProperties |
---|
getEventMeasureUnit, getEventRouteIDFieldName, getLateralOffsetFieldName, getSettingError, isALineEvent, setEventMeasureUnit, setEventRouteIDFieldName, setLateralOffsetFieldName |
Method Detail |
---|
void setAddErrorField(boolean value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAddErrorField() throws IOException, AutomationException
This property allows you to add a non editable and dynamic field to the route event source to provide information about whether the events were located or not.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setErrorFieldName(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getErrorFieldName() throws IOException, AutomationException
If the AddErrorField property is set to True, this property is used to set the name of the field which will contain the locating errors.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMDirectionOffsetting(boolean value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMDirectionOffsetting() 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 |